Overview
Comment: | Corrected version |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 |
Files: | files | file ages | folders |
SHA1: |
07eda936ba952eb3255eca4e2cbc00d4 |
User & Date: | matt on 2017-05-04 03:20:52 |
Other Links: | branch diff | manifest | tags |
Context
2017-05-07
| ||
06:57 | Merged in changes from v1.65 check-in: 90059ea017 user: matt tags: v1.65 | |
2017-05-05
| ||
10:54 | Cleanup and refactor (currently broken) check-in: 10fff071cb user: mrwellan tags: v1.65-refactoring | |
2017-05-04
| ||
03:20 | Corrected version check-in: 07eda936ba user: matt tags: v1.65 | |
2017-05-02
| ||
10:24 | Merged v1.64 changes into v1.65 check-in: 0ac98cae04 user: mrwellan tags: v1.65 | |
Changes
Modified megatest-version.scm from [8c93333e24] to [331e641a5d].
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.6501) |