Differences From Artifact [6a6644ddd1]:
- File megatest-version.scm — part of check-in [31c84ab022] at 2013-09-20 11:01:12 on branch v1.55 — Bumped version number (user: mrwellan, size: 144) [annotate] [blame] [check-ins using] [more...]
To Artifact [549dda85a8]:
- File megatest-version.scm — part of check-in [f5d77988cc] at 2013-10-15 01:16:24 on branch v1.55 — Somewhat speculative fix for failure to discard non-runnable 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.5513) |