Differences From Artifact [a6ad525294]:
- File megatest-version.scm — part of check-in [482fb399b7] at 2016-11-04 11:14:02 on branch v1.62 — Bumped version (user: matt, size: 159) [annotate] [blame] [check-ins using] [more...]
To Artifact [0bfef35cf2]:
- File megatest-version.scm — part of check-in [fa49f48d6b] at 2017-01-10 11:09:22 on branch v1.63-stackdumpfix — Bumped version to v1.6304 (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.6304) |