Differences From Artifact [145061c6f0]:
- File megatest-version.scm — part of check-in [7742f3ac5f] at 2017-04-18 14:12:36 on branch v1.64 — possible fix for dashboard filter update issue (user: mrwellan, size: 159) [annotate] [blame] [check-ins using]
To Artifact [070d07ae5d]:
- File megatest-version.scm — part of check-in [8b97104af8] at 2017-04-18 22:10:12 on branch v1.64 — Fixed (I think) dashboard issue with filtering. Bumped version to v1.6407 (user: matt, size: 159) [annotate] [blame] [check-ins using] [more...]
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.6407) |