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 [1eea1a53bb]:
- File megatest-version.scm — part of check-in [e7bbf1fd39] at 2016-08-29 16:46:45 on branch v1.61 — Bumped version to v1.6104 (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.6104) |