Differences From Artifact [d9ec4a63df]:
- File megatest-version.scm — part of check-in [e9153fe95b] at 2020-05-10 04:27:09 on branch v1.66 — Bumped version to v1.6601 (user: matt, size: 919) [annotate] [blame] [check-ins using] [more...]
To Artifact [283b980c38]:
- File megatest-version.scm — part of check-in [1f37773a2d] at 2020-06-14 23:49:29 on branch v1.66 — Added support for wildcards in target and runname for -run* operations (user: matt, size: 919) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
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.6602) |