Differences From 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...]
To Artifact [9485393f9c]:
- File megatest-version.scm — part of check-in [275de76b6d] at 2012-02-27 06:16:36 on branch trunk — Upping version to v1.38 (user: matt, size: 142) [annotate] [blame] [check-ins using]
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.38) |