Overview
Comment: | Bumpted version |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | test-specific-db | v1.4611 |
Files: | files | file ages | folders |
SHA1: |
1944d0c82826508ccc3eeadc93092a98 |
User & Date: | fdk71adm on 2012-10-06 19:50:39 |
Other Links: | branch diff | manifest | tags |
Context
2012-10-06
| ||
21:44 | Tried rpc:close-all-connections check-in: 15de82c995 user: matt tags: test-specific-db | |
19:50 | Bumpted version check-in: 1944d0c828 user: fdk71adm tags: test-specific-db, v1.4611 | |
19:49 | corrected iterated to test_data in tests.scm for test1. check-in: e1cd100b2d user: mrwellan tags: test-specific-db, v1.4609 | |
Changes
Modified megatest-version.scm from [0c2e4c3029] to [456f576b76].
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.4611) |