Overview
Comment: | Bumped version to v1.34 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0ebaf3eeeb97d18f4ebadffdd5d6f36b |
User & Date: | mrwellan on 2011-11-09 09:32:03 |
Other Links: | manifest | tags |
Context
2011-11-09
| ||
15:56 | Fixed borked table creation statement. check-in: 55530df609 user: mrwellan tags: trunk | |
15:09 | Logpro (pass) + test_data (fail) should be fail but is pass. Added test case for this check-in: 60d6b0411d user: mrwellan tags: fixing-logpro-test_data | |
09:32 | Bumped version to v1.34 check-in: 0ebaf3eeeb user: mrwellan tags: trunk | |
2011-11-08
| ||
21:25 | Added kicking off of dependent tests to command line run routines check-in: 2f7869c255 user: matt tags: trunk | |
Changes
Modified megatest-version.scm from [6627cdeda1] to [c9e5e7d31e].
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.34) |