Differences From Artifact [ea58aed5be]:
- File megatest-version.scm — part of check-in [f068f1efc7] at 2014-12-23 22:59:35 on branch v1.60 — Bumped version to 1.6007, added save-remove option to -archive. Updated dashboard to treat ARCHIVED as synonynm to COMPLETED (user: matt, size: 159) [annotate] [blame] [check-ins using] [more...]
To Artifact [456f37ff9a]:
- File megatest-version.scm — part of check-in [f2925d4335] at 2015-05-05 23:59:11 on branch v1.60 — Add settings to configfile for triming spaces. Fixed regression on stderr not captured in ezsteps (user: matt, 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.6012) |