Overview
Comment: | Corrected v1.5511, removed new api for now. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.55 |
Files: | files | file ages | folders |
SHA1: |
0c4560a7b9f113317c6482675b0f380a |
User & Date: | matt on 2013-07-29 21:43:44 |
Other Links: | branch diff | manifest | tags |
Context
2013-07-29
| ||
21:49 | Removed some instrumentation prints check-in: a82cbcca56 user: matt tags: v1.55 | |
21:43 | Corrected v1.5511, removed new api for now. check-in: 0c4560a7b9 user: matt tags: v1.55 | |
21:42 | Reset test start time on LAUNCHED and REMOTEHOSTSTART, tightened up timings on test control panel updates check-in: 3dd7be54e8 user: matt tags: v1.55 | |
Changes
Modified megatest-version.scm from [b461cb2107] to [31ffe3a468].
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.5511) |