Overview
Comment: | Bumped version to v1.6104 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.61 | v1.6104 |
Files: | files | file ages | folders |
SHA1: |
e7bbf1fd39cb3cdcc759468ab613dd62 |
User & Date: | mrwellan on 2016-08-29 16:46:45 |
Other Links: | branch diff | manifest | tags |
Context
2016-08-31
| ||
14:37 | Moved vg.scm out of the makefile for megatest into dashboard to decrease binary size check-in: 0418d5cd30 user: jmoon18 tags: v1.61 | |
2016-08-29
| ||
16:46 | Bumped version to v1.6104 check-in: e7bbf1fd39 user: mrwellan tags: v1.61, v1.6104 | |
16:30 | Added tree selector to run control check-in: 65a6c95dc2 user: mrwellan tags: v1.61 | |
Changes
Modified megatest-version.scm from [fb96b2ef68] to [1eea1a53bb].
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.6104) |