Differences From Artifact [e49e1df79a]:
- File megatest-version.scm — part of check-in [c2be69c6c8] at 2017-05-18 18:30:03 on branch v1.64 — changed rollup status to n/a instead of check when not started items remain. also added gzipping of server logs in a server:kill situation to hopefully cut down on bogus server requests (user: bjbarcla, size: 159) [annotate] [blame] [check-ins using]
To Artifact [79665d4b93]:
- File megatest-version.scm — part of check-in [2596311177] at 2017-06-20 00:39:56 on branch v1.65 — Bumping version to v1.6502, processor edition :) (user: matt, 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.6502) |