Differences From Artifact [b461cb2107]:
- File megatest-version.scm — part of check-in [bfa3ce6e1b] at 2013-07-26 10:41:28 on branch v1.55 — Merged dev to v1.55 (user: mrwellan, size: 144) [annotate] [blame] [check-ins using]
To Artifact [31ffe3a468]:
- File megatest-version.scm — part of check-in [0b1a754b65] at 2013-07-29 09:06:03 on branch defunct — Merged dev into v1.55 as v1.5511 (user: mrwellan, size: 144) [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.5511) |