Differences From Artifact [331e641a5d]:
- File megatest-version.scm — part of check-in [07eda936ba] at 2017-05-04 03:20:52 on branch v1.65 — Corrected version (user: matt, size: 159) [annotate] [blame] [check-ins using] [more...]
To Artifact [c9217c96a0]:
- File megatest-version.scm — part of check-in [0d58b5f4dd] at 2017-09-18 14:04:20 on branch v1.65 — bumped version to 1.6503 (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.6503) |