Differences From Artifact [957a43ff94]:
- File megatest-version.scm — part of check-in [d66b6aae6b] at 2020-08-30 15:44:43 on branch v1.65-cleanup — updated megatest version to 1.6566 (user: mmgraham, size: 922) [annotate] [blame] [check-ins using] [more...]
To Artifact [b0b8f27e41]:
- File megatest-version.scm — part of check-in [cf0e836a8d] at 2020-10-01 12:08:06 on branch v1.65-junk — Use this version as baseline: ext-tests gives full PASS, obfusc-skel test gives full PASS and no exn= in logs dir (but there are exn= in tests). (user: mrwellan, size: 923) [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.65661) |