Differences From Artifact [6e2a09b232]:
- File megatest-version.scm — part of check-in [f4356f57f3] at 2012-07-15 23:53:04 on branch v1.44 — Bumped version to v1.4403 (user: mrwellan, size: 144) [annotate] [blame] [check-ins using] [more...]
To Artifact [90dae11f70]:
- File megatest-version.scm — part of check-in [9d1014508a] at 2012-09-30 23:28:25 on branch test-specific-db — bumped version (user: fdk71adm, size: 144) [annotate] [blame] [check-ins using]
1 2 3 4 5 | ;; Always use two digit decimal ;; 1.01, 1.02...1.10,1.11 ... 1.99,2.00.. (declare (unit megatest-version)) | | | 1 2 3 4 5 6 7 | ;; Always use two digit decimal ;; 1.01, 1.02...1.10,1.11 ... 1.99,2.00.. (declare (unit megatest-version)) (define megatest-version 1.4607) |