Differences From Artifact [b40c0d60de]:
- File megatest-version.scm — part of check-in [90fd97673d] at 2013-04-29 09:31:59 on branch v1.54 — Merged development to v1.54 for release as v1.5418 (user: mrwellan, size: 144) [annotate] [blame] [check-ins using] [more...]
To Artifact [2acf79f91d]:
- File megatest-version.scm — part of check-in [6fd8d3ef4d] at 2013-04-30 07:48:35 on branch refactor — Partially working launch on more than 100 registered tests (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.5419) |