Overview
Comment: | Start work on v1.62 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.62 |
Files: | files | file ages | folders |
SHA1: |
279a373046b8af735f2f8769f6b7bc93 |
User & Date: | mrwellan on 2016-08-18 09:01:35 |
Other Links: | branch diff | manifest | tags |
Context
2016-08-26
| ||
17:51 | Create new branch named "xor-two-runs" check-in: c16967fa8b user: bjbarcla tags: xor-two-runs | |
10:59 | Merged recent changes to v1.62 check-in: 972c78f746 user: mrwellan tags: v1.62 | |
2016-08-18
| ||
09:01 | Start work on v1.62 check-in: 279a373046 user: mrwellan tags: v1.62 | |
08:59 | Bumped version check-in: 3e88884f89 user: mrwellan tags: v1.61, v1.6103 | |
Changes
Modified megatest-version.scm from [fb96b2ef68] to [a7deac7bb7].
1 2 3 4 5 | ;; Always use two or four digit decimal ;; 1.01, 1.02...1.10,1.11,1.1101 ... 1.99,2.00.. (declare (unit megatest-version)) | | | 1 2 3 4 5 6 7 | ;; Always use two or four digit decimal ;; 1.01, 1.02...1.10,1.11,1.1101 ... 1.99,2.00.. (declare (unit megatest-version)) (define megatest-version 1.6201) |