Overview
Comment: | Bumped version number |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.61 | v1.6101 |
Files: | files | file ages | folders |
SHA1: |
d679bd9373dfb9f934e38e44b2ade02d |
User & Date: | mrwellan on 2016-04-28 10:17:19 |
Other Links: | branch diff | manifest | tags |
Context
2016-04-29
| ||
09:28 | Some clean up usage of *alldat* as a global in dashboard check-in: fe24b37406 user: mrwellan tags: v1.61 | |
2016-04-28
| ||
10:17 | Bumped version number check-in: d679bd9373 user: mrwellan tags: v1.61, v1.6101 | |
09:05 | Cherry pick from b5393fd63f: Missed change - need to conc on params for disk space call check-in: eefe466a08 user: mrwellan tags: v1.6013, v1.61 | |
Changes
Modified megatest-version.scm from [1b2ed8639a] to [36f50f6de5].
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.6101) |