Differences From Artifact [26dfc1ffcf]:
- File megatest-version.scm — part of check-in [7b78a751c5] at 2012-10-15 14:44:26 on branch trunk — Fixed removal of directories and links in -remove-runs and added backwards compatibility for -itempatt. (user: mrwellan, size: 148) [annotate] [blame] [check-ins using]
To Artifact [2192d2dccc]:
- File megatest-version.scm — part of check-in [8b9875923e] at 2012-10-15 15:06:37 on branch trunk — Bumped version (user: fdk71adm, size: 143) [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.501) |