Differences From Artifact [27dcca5421]:
- File megatest-version.scm — part of check-in [3aeabde95d] at 2011-11-20 22:36:08 on branch reorg-runs-code — commit of re-hacked run code. completely torn to shreds and rewritten (user: matt, size: 142) [annotate] [blame] [check-ins using] [more...]
To Artifact [2c87868cc4]:
- File megatest-version.scm — part of check-in [263965f514] at 2012-01-31 07:40:31 on branch archiving — Partial implementation of archiving (user: matt, size: 142) [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.37) |