Overview
Comment: | Bumped version to v1.4403 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.44 | v1.4403 |
Files: | files | file ages | folders |
SHA1: |
f4356f57f305c11f20923d1b10cf346e |
User & Date: | mrwellan on 2012-07-15 23:53:04 |
Other Links: | branch diff | manifest | tags |
Context
2012-09-14
| ||
14:16 | Merged in v1.4403 changes to trunk check-in: e0a7e24c94 user: mrwellan tags: trunk | |
13:43 | Added check for symbolic link to creation logic check-in: 3c167a3ae4 user: mrwellan tags: v1.44 | |
2012-07-15
| ||
23:53 | Bumped version to v1.4403 check-in: f4356f57f3 user: mrwellan tags: v1.44, v1.4403 | |
23:46 | Added synchronous=0 as an option check-in: 5d13f2e3fb user: matt tags: v1.44 | |
Changes
Modified megatest-version.scm from [eae4e8d6e7] to [6e2a09b232].
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.4403) |