Differences From Artifact [057b0043e1]:
- File megatest-version.scm — part of check-in [7a7f9c7318] at 2012-04-19 23:45:24 on branch runconfigs-fix-irrelevant-vars — Fixed runconfigs.config where wrong vars slipped through (user: matt, size: 142) [annotate] [blame] [check-ins using] [more...]
To Artifact [d42c3ddaaa]:
- File megatest-version.scm — part of check-in [d9ea7d033a] at 2012-12-03 11:58:04 on branch v1.44 — Fixed extraneous k in dashboard.scm (user: mrwellan, size: 144) [annotate] [blame] [check-ins using]
1 2 3 4 5 | ;; Always use two digit decimal ;; 1.01, 1.02...1.10,1.11 ... 1.99,2.00.. (declare (unit megatest-version)) | | | 1 2 3 4 5 6 7 | ;; Always use two digit decimal ;; 1.01, 1.02...1.10,1.11 ... 1.99,2.00.. (declare (unit megatest-version)) (define megatest-version 1.4405) |