Overview
Comment: | Bump version to v1.6306 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.63 |
Files: | files | file ages | folders |
SHA1: |
f51e2586ed0bba9c697f9f6c4cad5885 |
User & Date: | mrwellan on 2017-02-03 14:20:01 |
Other Links: | branch diff | manifest | tags |
Context
2017-02-03
| ||
15:55 | merged xor report branch check-in: 4624119b74 user: bjbarcla tags: v1.63, v1.6306, 7a120e | |
15:48 | caught up with v1.6306 check-in: 938f9d5e38 user: bjbarcla tags: v1.63-xor-report | |
14:39 | Automated merge of v1.63/f51e2586ed/integ into integ-home check-in: 8508babb1a user: matt tags: integ-home | |
14:20 | Bump version to v1.6306 check-in: f51e2586ed user: mrwellan tags: v1.63 | |
2017-02-02
| ||
21:53 | Should be one server candidate (I think) check-in: 81b0d79d6d user: matt tags: v1.63 | |
Changes
Modified megatest-version.scm from [bca0c2d1c1] to [5fad71f2dd].
1 2 3 4 5 | ;; 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)) | | | 1 2 3 4 5 6 7 | ;; 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.6306) |