Differences From Artifact [f713858d59]:
- File megatest-version.scm — part of check-in [78b2c9d57a] at 2019-02-08 15:09:03 on branch v1.65-dump-for-sync — added db rotation in .db-snapshot; added some error checking to brute force sync (user: bjbarcla, size: 919) [annotate] [blame] [check-ins using] [more...]
To Artifact [cc55965633]:
- File megatest-version.scm — part of check-in [3a17917329] at 2019-02-27 19:47:10 on branch v1.65 — bumped version to v1.6525 (user: bjbarcla, 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.6525) |