Differences From Artifact [84e4b47ed7]:
- File megatest-version.scm — part of check-in [c5adf1640d] at 2020-08-19 10:26:29 on branch v1.65 — Changed gzip logic in log rotation to not touch server logs unless they are old. Bumped version to v1.6563 (user: mrwellan, size: 919) [annotate] [blame] [check-ins using]
To Artifact [36d661a028]:
- File megatest-version.scm — part of check-in [cd0bb84cf2] at 2020-08-20 11:11:44 on branch v1.65 — changed version to 1.6564 ==3.39/1.0/PASS/1203/orion== v1.70 START (user: mmgraham, size: 919) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
16 17 18 19 20 21 22 | ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; 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)) | | | 16 17 18 19 20 21 22 23 | ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; 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.6564) |