Differences From Artifact [b0fa89eaee]:
- File megatest-version.scm — part of check-in [16119b4b90] at 2013-04-23 16:06:32 on branch v1.54 — Hack to fix the sometimes won't work on some NFS servers problem (user: mrwellan, size: 144) [annotate] [blame] [check-ins using]
To Artifact [803199c761]:
- File megatest-version.scm — part of check-in [6c0d8009ef] at 2013-04-25 10:43:19 on branch v1.54 — Added runname to -list-runs output. Bumped version to v1.5417 (user: mrwellan, size: 144) [annotate] [blame] [check-ins using] [more...]
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.5417) |