Differences From Artifact [01cc069134]:
- File megatest-version.scm — part of check-in [b589024130] at 2015-05-26 22:29:52 on branch v1.60 — Improved exit handling slightly (user: matt, size: 159) [annotate] [blame] [check-ins using] [more...]
- File megatest-version.scm-original — part of check-in [54b2beab6d] at 2015-08-09 21:28:05 on branch v1.60-decoupled-tests — Removed tests dir. Now tests will come from https://www.kiatoa.com/fossils/megatest_qa (user: matt, size: 159) [annotate] [blame] [check-ins using]
To Artifact [3b8d26b409]:
- File megatest-version.scm — part of check-in [f902be8c4a] at 2015-06-04 09:45:37 on branch v1.60 — Bumped version. (user: mrwellan, 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.6015) |