Differences From Artifact [a98be9fc64]:
- File megatest-version.scm — part of check-in [566569e56f] at 2018-08-27 16:48:38 on branch v1.65 — Updated version file and made it so that cleanup-db will get rid of old test_dat items (user: jmoon18, size: 919) [annotate] [blame] [check-ins using] [more...]
To Artifact [0dae8aa2d2]:
- File megatest-version.scm — part of check-in [4434a042ef] at 2018-10-24 15:19:05 on branch v2.01-try-1 — Updated version file. (user: mrwellan, 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 2.0101) |