Differences From Artifact [826d6a379e]:
- File megatest-version.scm — part of check-in [26ce838a3c] at 2011-11-02 11:10:47 on branch trunk — Bumped version (user: mrwellan, size: 142) [annotate] [blame] [check-ins using]
To Artifact [b46b5a7d77]:
- File megatest-version.scm — part of check-in [b71bf64192] at 2011-11-02 18:09:28 on branch envhandling — envvar handling is not reentrant. Need a better solution. Putting this stuff on a branch for now (user: mrwellan, size: 142) [annotate] [blame] [check-ins using] [more...]
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.32) |