Differences From Artifact [79456f7d29]:
- File megatest-version.scm — part of check-in [8f2462ead6] at 2019-09-19 14:52:11 on branch v1.65 — update to pgdb sync to have publish time (user: pjhatwal, size: 919) [annotate] [blame] [check-ins using] [more...]
To 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...]
︙ | ︙ | |||
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.6538) |