Differences From Artifact [b25584fe0f]:
- File megatest-version.scm — part of check-in [2cf2b7b144] at 2019-06-13 15:48:20 on branch v1.65 — Updated megatest version (user: jmoon18, size: 919) [annotate] [blame] [check-ins using] [more...]
To 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...]
︙ | ︙ | |||
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.6535) |