Differences From Artifact [3dd6b10f75]:
- File megatest-version.scm — part of check-in [c165b41110] at 2019-11-14 10:20:38 on branch v1.65 — Updated megatest version to 1.6538. (user: mmgraham, size: 919) [annotate] [blame] [check-ins using] [more...]
To Artifact [8e7922af4c]:
- File megatest-version.scm — part of check-in [7c99ac42bb] at 2020-02-12 11:18:52 on branch v1.65 — Added code to try starting a server every 15th wait in send-receive and updated version file (user: jmoon18, 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.6543) |