Overview
Comment: | Merging in old v1.60 branch to create new v1.60 branch |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.60 |
Files: | files | file ages | folders |
SHA1: |
7d4d4f4f888e98a022dae8aa9a1a8d63 |
User & Date: | mrwellan on 2014-02-18 06:48:31 |
Other Links: | branch diff | manifest | tags |
Context
2014-02-18
| ||
13:28 | Clean up that broke stuff :( - reapply needed check-in: 6e33de13e0 user: mrwellan tags: broken-fixes | |
10:25 | Fixed some tests setup issues check-in: 0daf5ad8af user: mrwellan tags: v1.60 | |
06:48 | Merging in old v1.60 branch to create new v1.60 branch check-in: 7d4d4f4f88 user: mrwellan tags: v1.60 | |
06:43 | Oops. Merged into v1.55 instead of inmem. No worries. Need to converge anyway. This node merges the actual inmem branch in check-in: 82c9796fc0 user: mrwellan tags: v1.60 | |
2013-11-22
| ||
22:44 | Merged trunk with inmem fixes to v1.60 check-in: f5036458ae user: matt tags: v1.60 | |
Changes
Modified megatest-version.scm from [9faa76c705] to [c3e2c52b04].
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.6001) |