Differences From Artifact [813a77d970]:
- File megatest-version.scm — part of check-in [c0783292db] at 2017-02-16 07:54:38 on branch v1.63 — Bump version to v1.6308 (user: mrwellan, size: 159) [annotate] [blame] [check-ins using] [more...]
To Artifact [8a4188e408]:
- File megatest-version.scm — part of check-in [d6d1370c83] at 2017-10-23 14:51:39 on branch v1.64-runvar — updated env-delta calculator to honor allow-system; bumped version to 1.6435 (user: bjbarcla, size: 159) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 | ;; Always use two or four digit decimal ;; 1.01, 1.02...1.10,1.11,1.1101 ... 1.99,2.00.. (declare (unit megatest-version)) | | | 1 2 3 4 5 6 7 | ;; Always use two or four digit decimal ;; 1.01, 1.02...1.10,1.11,1.1101 ... 1.99,2.00.. (declare (unit megatest-version)) (define megatest-version 1.6435) |