Overview
Comment: | bumped version |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | development | v1.5413 |
Files: | files | file ages | folders |
SHA1: |
f8584f2d62f37a368b7ee4e85e030f32 |
User & Date: | icfadm on 2013-04-17 08:51:13 |
Other Links: | branch diff | manifest | tags |
Context
2013-04-17
| ||
15:28 | Converted test steps to matrix, added browsing of log check-in: d187e07c8b user: mrwellan tags: development, v1.5414 | |
08:51 | bumped version check-in: f8584f2d62 user: icfadm tags: development, v1.5413 | |
00:00 | Trimmed more delays check-in: 5f418512e9 user: matt tags: development | |
Changes
Modified megatest-version.scm from [90ef1c68d3] to [d449b746cd].
1 2 3 4 5 | ;; Always use two digit decimal ;; 1.01, 1.02...1.10,1.11 ... 1.99,2.00.. (declare (unit megatest-version)) | | | 1 2 3 4 5 6 7 | ;; Always use two digit decimal ;; 1.01, 1.02...1.10,1.11 ... 1.99,2.00.. (declare (unit megatest-version)) (define megatest-version 1.5413) |