Differences From Artifact [2192f48d99]:
- File megatest-version.scm — part of check-in [ba56fd8336] at 2017-04-10 09:57:39 on branch v1.64 — Bump version to v1.6404 (user: mrwellan, size: 159) [annotate] [blame] [check-ins using] [more...]
To Artifact [4c8d3d2945]:
- File megatest-version.scm — part of check-in [ab7e6db80c] at 2018-02-05 17:02:45 on branch v1.65 — Updated megatest-version (user: jmoon18, 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.6508) |