Overview
Comment: | bumped version |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.64 | v1.6411 |
Files: | files | file ages | folders |
SHA1: |
e00680eecceef97617afe38a28480421 |
User & Date: | bjbarcla on 2017-05-08 10:26:21 |
Other Links: | branch diff | manifest | tags |
Context
2017-05-09
| ||
00:03 | Added beginnings of log watcher for dashboard check-in: b9399ab7fd user: matt tags: v1.64 | |
2017-05-08
| ||
10:26 | bumped version check-in: e00680eecc user: bjbarcla tags: v1.64, v1.6411 | |
2017-05-05
| ||
11:17 | Fixed LD_LIBRARY_PATH handling in wrapper check-in: a2b3efa030 user: mrwellan tags: v1.64 | |
Changes
Modified megatest-version.scm from [c25f0d572e] to [906a613536].
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.6411) |