Differences From Artifact [431e4dfd76]:
- File megatest-version.scm — part of check-in [0df6a67888] at 2013-06-27 11:11:24 on branch v1.55 — Fixed missing newtal var and added correct test for having items and some tweaks to tests (user: mrwellan, size: 144) [annotate] [blame] [check-ins using] [more...]
To Artifact [0275ccfb32]:
- File megatest-version.scm — part of check-in [89189a93ab] at 2013-07-08 15:37:56 on branch v1.55 — merged development changes in for release as v1.5507 (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.5507) |