Differences From Artifact [a7aef86d46]:
- File megatest-version.scm — part of check-in [111c3c41e2] at 2020-06-01 13:12:28 on branch v1.65 — Bumped version to v1.6549 (user: mrwellan, size: 919) [annotate] [blame] [check-ins using] [more...]
To Artifact [61b949c766]:
- File megatest-version.scm — part of check-in [dac2533ee3] at 2020-06-05 15:37:52 on branch v1.65 — changed megatest verion to 51 (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.6551) |