Overview
Comment: | Upping version to v1.38 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | v1.38 |
Files: | files | file ages | folders |
SHA1: |
275de76b6d585de218e888b0b6491b20 |
User & Date: | matt on 2012-02-27 06:16:36 |
Other Links: | manifest | tags |
Context
2012-02-27
| ||
09:52 | Partial fix for -rerun check-in: 0e00d7e0c2 user: matt tags: trunk | |
06:16 | Upping version to v1.38 check-in: 275de76b6d user: matt tags: trunk, v1.38 | |
2012-02-26
| ||
22:15 | Fixed intial values on examine-test for data refresh check-in: 4299ec1adb user: matt tags: trunk | |
Changes
Modified megatest-version.scm from [2c87868cc4] to [9485393f9c].
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.38) |