Overview
Comment: | bumped version to v1.5114 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | v1.5114 |
Files: | files | file ages | folders |
SHA1: |
628e669a0897a6c319c97f198680fe9d |
User & Date: | mrwellan on 2012-11-05 14:43:36 |
Other Links: | manifest | tags |
Context
2012-11-05
| ||
15:48 | Removed merge droppings from installall.sh check-in: af3460b16c user: mrwellan tags: trunk | |
14:43 | bumped version to v1.5114 check-in: 628e669a08 user: mrwellan tags: trunk, v1.5114 | |
14:42 | Changed dashboard so that horizontal expansion is propagated to widgets so folks can expand to read long labels check-in: 45092ee176 user: mrwellan tags: trunk | |
Changes
Modified megatest-version.scm from [d3ed860b1c] to [f4fe051edd].
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.5114) |