Differences From Artifact [724ccf372e]:
- File megatest-version.scm — part of check-in [85a669be50] at 2014-07-14 23:05:21 on branch v1.55 — Added more status variations for NOT_STARTED and bumped version. Also added visibility of statuses on dashboard (user: matt, size: 144) [annotate] [blame] [check-ins using]
To 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...]
|
| | | | | 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.6007) |