Overview
Comment: | Bumped version |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.62 | v1.6208 |
Files: | files | file ages | folders |
SHA1: |
482fb399b7e5b7fc164e281caa993c41 |
User & Date: | matt on 2016-11-04 11:14:02 |
Other Links: | branch diff | manifest | tags |
Context
2016-11-07
| ||
13:32 | Added beginnings of a common context var for passing area specific values to calls check-in: 825534b56a user: mrwellan tags: v1.62 | |
2016-11-04
| ||
13:01 | Merged in v1.62 check-in: d42cd38243 user: matt tags: v1.62-side | |
11:14 | Bumped version check-in: 482fb399b7 user: matt tags: v1.62, v1.6208 | |
11:12 | Added iup color to rgb hex conversion function check-in: cc5e6b353d user: matt tags: v1.62 | |
Changes
Modified megatest-version.scm from [d8346aabbc] to [a6ad525294].
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.6208) |