Differences From Artifact [e814801c27]:
- File megatest-version.scm — part of check-in [b3506d6c89] at 2013-04-08 14:18:23 on branch trunk — Version 1.5405: smart waiver propagation, fix broken -m message for -test-status and -step (user: mrwellan, size: 144) [annotate] [blame] [check-ins using] [more...]
To Artifact [d449b746cd]:
- File megatest-version.scm — part of check-in [f8584f2d62] at 2013-04-17 08:51:13 on branch development — bumped version (user: icfadm, 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.5413) |