Differences From Artifact [f71d278666]:
- File megatest-version.scm — part of check-in [8c12404219] at 2014-04-10 16:27:53 on branch v1.55 — Added control over logfile for nbfake, improved bigrun2/3 tests, added itemmap parameter in requirements for mapping items for item wait. bumped version (user: mrwellan, size: 144) [annotate] [blame] [check-ins using]
To Artifact [c3e2c52b04]:
- File megatest-version.scm — part of check-in [f172579176] at 2013-11-09 13:55:06 on branch v1.60 — Starting v1.60 series (user: matt, size: 144) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 | ;; Always use two digit decimal ;; 1.01, 1.02...1.10,1.11 ... 1.99,2.00.. (declare (unit megatest-version)) | | | 1 2 3 4 5 6 7 | ;; Always use two digit decimal ;; 1.01, 1.02...1.10,1.11 ... 1.99,2.00.. (declare (unit megatest-version)) (define megatest-version 1.6001) |