Differences From Artifact [1b2ed8639a]:
- File megatest-version.scm — part of check-in [0efd800017] at 2016-02-22 09:00:32 on branch v1.60 — Use last_update to filter updates to dashboard - working correcty now (user: mrwellan, size: 159) [annotate] [blame] [check-ins using]
To Artifact [fb96b2ef68]:
- File megatest-version.scm — part of check-in [3e88884f89] at 2016-08-18 08:59:02 on branch v1.61 — Bumped version (user: mrwellan, size: 159) [annotate] [blame] [check-ins using] [more...]
1 | ;; Always use two or four digit decimal | | | | 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.6103) |