Overview
Comment: | bumped version |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.64 | v1.6422 |
Files: | files | file ages | folders |
SHA1: |
c05b675dc638eafd34acd23253a0d1db |
User & Date: | bjbarcla on 2017-07-05 12:48:24 |
Other Links: | branch diff | manifest | tags |
Context
2017-07-05
| ||
17:43 | committed emergency patch 3 - load limit for starting server check-in: 43a8a24d6e user: bjbarcla tags: v1.64 | |
12:48 | bumped version check-in: c05b675dc6 user: bjbarcla tags: v1.64, v1.6422 | |
12:40 | merged -keep-records functionality to allow deleting data from a run on disk while keeping database info check-in: 5b354a283f user: bjbarcla tags: v1.64 | |
Changes
Modified megatest-version.scm from [84cfd81b91] to [c639d03a34].
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.6422) |