Differences From Artifact [0bf6986bb1]:
- File megatest-version.scm — part of check-in [e529772d43] at 2016-12-10 21:41:08 on branch v1.63 — Bumped version to v1.6302 (user: matt, size: 159) [annotate] [blame] [check-ins using] [more...]
To Artifact [bca0c2d1c1]:
- File megatest-version.scm — part of check-in [a03bdb5581] at 2017-01-23 13:28:30 on branch v1.63 — Changed num tests to draw per cycle to 200, bumped version to v1.6305 (user: mrwellan, 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.6305) |