Overview
Comment: | bumped version |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.63 | v1.6309 |
Files: | files | file ages | folders |
SHA1: |
738c84b513ddb6035bde7f67f4cc9f32 |
User & Date: | bjbarcla on 2017-02-23 16:41:08 |
Other Links: | branch diff | manifest | tags |
Context
2017-03-01
| ||
15:36 | made wal mode optional check-in: 3dd33d4cce user: bjbarcla tags: v1.63 | |
15:22 | test remove wal mode check-in: 320ed4c8d5 user: bjbarcla tags: v1.63-no-wal | |
2017-02-23
| ||
19:11 | Brought v1.64 up to date with v1.63 check-in: 995f56ced6 user: matt tags: v1.64 | |
16:41 | bumped version check-in: 738c84b513 user: bjbarcla tags: v1.63, v1.6309 | |
15:31 | various check-in: c5e3d3ecf6 user: bjbarcla tags: v1.63 | |
Changes
Modified megatest-version.scm from [813a77d970] to [85507b8004].
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.6309) |