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 [36f50f6de5]:
- File megatest-version.scm — part of check-in [d679bd9373] at 2016-04-28 10:17:19 on branch v1.61 — Bumped version number (user: mrwellan, 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.6101) |