Differences From Artifact [470baa303f]:
- File megatest-version.scm — part of check-in [6b3cce4bcf] at 2012-11-01 11:21:59 on branch trunk — bumped version to 1.5101 (user: mrwellan, size: 144) [annotate] [blame] [check-ins using]
To Artifact [76bf18887a]:
- File megatest-version.scm — part of check-in [a95331bfec] at 2012-11-02 11:58:38 on branch trunk — Bumped version (user: mrwellan, 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.5104) |