Overview
Comment: | Bumped version to v1.5422 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.54 | v1.5422 |
Files: | files | file ages | folders |
SHA1: |
1037acdf739e79058d247041628a4446 |
User & Date: | mrwellan on 2013-05-06 15:37:32 |
Other Links: | branch diff | manifest | tags |
Context
2013-05-07
| ||
23:40 | Added mutex and close-all-connections to http transport check-in: 9681d97154 user: matt tags: v1.54 | |
23:06 | Refactor http transport check-in: b662cb0a51 user: matt tags: refactor-http-transport | |
2013-05-06
| ||
21:35 | Merged v1.54 to refactor branch check-in: 70547e2c4d user: matt tags: refactor | |
15:37 | Bumped version to v1.5422 check-in: 1037acdf73 user: mrwellan tags: v1.54, v1.5422 | |
14:28 | Fixed running dependent tests problem check-in: dec6d535be user: mrwellan tags: v1.54 | |
Changes
Modified megatest-version.scm from [4405bca280] to [1d5c2e236b].
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.5422) |