Differences From Artifact [cb7f078aa5]:
- File megatest-version.scm — part of check-in [1e0521fd4f] at 2022-03-25 17:33:46 on branch v1.65 — changed megatest version to 1.6592 (user: mmgraham, size: 922) [annotate] [blame] [check-ins using]
To Artifact [b14b973a56]:
- File megatest-version.scm — part of check-in [20a2d7904d] at 2022-06-07 18:41:19 on branch v1.70 — merged changes from 024073632a and 9a5898a74e. Fixes for db locking, syncing and dashboard startup (user: mmgraham, size: 922) [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.7002) |