Overview
Comment: | Bumped version |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | v1.50 |
Files: | files | file ages | folders |
SHA1: |
0791ec1f09f86b0671febcce33eb860b |
User & Date: | fdk71adm on 2012-10-15 10:41:49 |
Other Links: | manifest | tags |
Context
2012-10-15
| ||
14:44 | Fixed removal of directories and links in -remove-runs and added backwards compatibility for -itempatt. check-in: 7b78a751c5 user: mrwellan tags: trunk, v1.501 | |
10:41 | Bumped version check-in: 0791ec1f09 user: fdk71adm tags: trunk, v1.50 | |
10:38 | Added run-id to run info panel, brought launch commands in line with new test spec mechanism check-in: b6b6ac8553 user: mrwellan tags: trunk | |
Changes
Modified megatest-version.scm from [456f576b76] to [15b1b2bb77].
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.50) |