Differences From Artifact [3edd1e7148]:
- File megatest-version.scm — part of check-in [e1e57863ea] at 2020-03-10 15:14:23 on branch v1.65 — Updated Version (user: jmoon18, size: 919) [annotate] [blame] [check-ins using] [more...]
To Artifact [6f4bbe70f3]:
- File megatest-version.scm — part of check-in [e5bf9db624] at 2020-05-01 22:45:33 on branch v1.65-broken — Updated megatest version (user: jmoon18, 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.6547) |