Differences From Artifact [ac662a0315]:
- File megatest-version.scm — part of check-in [15b59cfa42] at 2020-04-27 18:31:26 on branch v1.65-broken — Merged Makefile fix from newview branch (user: mrwellan, size: 919) [annotate] [blame] [check-ins using] [more...]
To 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...]
︙ | ︙ | |||
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.6601) |