Overview
Comment: | bumped version to v1.6006 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.60 |
Files: | files | file ages | folders |
SHA1: |
ed44e5d26977fb82da5140ec14fa9453 |
User & Date: | mrwellan on 2014-11-13 09:00:56 |
Other Links: | branch diff | manifest | tags |
Context
2014-11-13
| ||
09:55 | Fixed typo check-in: c48ad8efed user: mrwellan tags: v1.60 | |
09:00 | bumped version to v1.6006 check-in: ed44e5d269 user: mrwellan tags: v1.60 | |
08:51 | 99.9%. Added exception handler when checking for journal file - if the test for the file happens at the wrong time it can fail check-in: 19e5d7e0c2 user: mrwellan tags: v1.60 | |
Changes
Modified megatest-version.scm from [99deda71f1] to [9b8927108a].
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.6006) |