Differences From Artifact [132e4528f7]:
- File megatest-version.scm — part of check-in [9dbae6fda1] at 2017-05-30 10:33:49 on branch v1.64 — bumped version (user: bjbarcla, size: 159) [annotate] [blame] [check-ins using]
To Artifact [397d84c9d5]:
- File megatest-version.scm — part of check-in [fd6bcc8b75] at 2017-06-01 00:21:31 on branch v1.64 — Corrected issue with server overload handling. Switch to using a less burdensome server ping instead of server:check-if-running (user: matt, size: 159) [annotate] [blame] [check-ins using]
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.6417) |