Differences From Artifact [bacb854dae]:
- File megatest-version.scm — part of check-in [d1aca6ab74] at 2017-05-10 11:25:27 on branch v1.64 — fixed deleted rollup issue (user: bjbarcla, size: 159) [annotate] [blame] [check-ins using]
To Artifact [efc9dc4577]:
- File megatest-version.scm — part of check-in [554fc3a386] at 2017-05-12 17:49:19 on branch v1.64 — bump version (user: bjbarcla, size: 159) [annotate] [blame] [check-ins using]
1 2 3 4 5 | ;; Always use two or four digit decimal ;; 1.01, 1.02...1.10,1.11,1.1101 ... 1.99,2.00.. (declare (unit megatest-version)) | | | 1 2 3 4 5 6 7 | ;; Always use two or four digit decimal ;; 1.01, 1.02...1.10,1.11,1.1101 ... 1.99,2.00.. (declare (unit megatest-version)) (define megatest-version 1.6413) |