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 [3234777933]:
- File megatest-version.scm — part of check-in [41f22e34be] at 2015-03-09 05:20:12 on branch v1.60 — Bumping version (user: matt, 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.6008) |