Differences From Artifact [c4b7aef33f]:
- File megatest-version.scm — part of check-in [d85a8b185b] at 2015-09-12 00:19:35 on branch v1.60 — Partially implemented, fully documented new itemmap mechanism (user: matt, size: 159) [annotate] [blame] [check-ins using] [more...]
To Artifact [e6dce49208]:
- File megatest-version.scm — part of check-in [e5a9974dc2] at 2015-09-17 14:54:02 on branch v1.60 — Do not give up and exit on issues with config files. Just keep going after spitting out a hopefully useful message (user: mrwellan, size: 159) [annotate] [blame] [check-ins using]
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.6025) |