Overview
Comment: | bumped version |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.64 | v1.6426 |
Files: | files | file ages | folders |
SHA1: |
9a0b4410d377bcc80f10dd8311ac6d43 |
User & Date: | bjbarcla on 2017-07-17 16:57:23 |
Other Links: | branch diff | manifest | tags |
Context
2017-07-17
| ||
17:02 | Fixing fork check-in: cedd024462 user: jmoon18 tags: v1.64 | |
16:57 | bumped version check-in: 9a0b4410d3 user: bjbarcla tags: v1.64, v1.6426 | |
16:57 | fixed logic bug preventing sync in some circumstances check-in: 19bab1edb4 user: bjbarcla tags: v1.64 | |
Changes
Modified megatest-version.scm from [98eab1891e] to [dc0c5fbfaa].
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.6426) |