Overview
Comment: | Bumped version |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 |
Files: | files | file ages | folders |
SHA1: |
268ce73e8a93b35c48177f348e55e2b0 |
User & Date: | mrwellan on 2018-05-29 09:12:24 |
Other Links: | branch diff | manifest | tags |
Context
2018-05-29
| ||
10:43 | Fixed ! var handling. check-in: 681c4c04e0 user: mrwellan tags: v1.65 | |
09:12 | Bumped version check-in: 268ce73e8a user: mrwellan tags: v1.65 | |
09:09 | Added check for MT_ vars in dashboard. check-in: 91fc43b9f0 user: mrwellan tags: v1.65 | |
Changes
Modified megatest-version.scm from [1abdf0d47d] to [330768785e].
︙ | ︙ | |||
16 17 18 19 20 21 22 | ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; 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)) | | | 16 17 18 19 20 21 22 23 24 | ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; 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.6512) |