Differences From Artifact [a32630ad19]:
- File megatest-version.scm — part of check-in [1905bd503c] at 2015-09-15 22:00:09 on branch trunk — Start v1.70 branch of development (user: matt, size: 159) [annotate] [blame] [check-ins using]
To Artifact [2c22e134ec]:
- File megatest-version.scm — part of check-in [6f4408fd20] at 2016-06-21 04:12:39 on branch trunk — Merged v1.61 into trunk (user: matt, size: 159) [annotate] [blame] [check-ins using] [more...]
1 | ;; Always use two or four digit decimal | | | 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.7001) |