Differences From Artifact [1d5c2e236b]:
- File megatest-version.scm — part of check-in [1037acdf73] at 2013-05-06 15:37:32 on branch v1.54 — Bumped version to v1.5422 (user: mrwellan, size: 144) [annotate] [blame] [check-ins using] [more...]
To Artifact [a83c2d33ad]:
- File megatest-version.scm — part of check-in [901608be34] at 2013-05-09 16:37:42 on branch v1.54 — Added Kill Jobs button/command (user: mrwellan, 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.5427) |