Differences From Artifact [94ee25c68b]:
- File megatest-version.scm — part of check-in [244782c0ff] at 2012-10-24 12:56:08 on branch trunk — bumped-version-to-v1.51 (user: matt, size: 142) [annotate] [blame] [check-ins using]
To 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]
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.5101) |