Overview
Comment: | bump version |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.64 | v1.6413 |
Files: | files | file ages | folders |
SHA1: |
554fc3a3863d7f79f3164ba50fcf2c7f |
User & Date: | bjbarcla on 2017-05-12 17:49:19 |
Other Links: | branch diff | manifest | tags |
Context
2017-05-15
| ||
17:41 | Get numbers from the configs using protected call with default check-in: 8e05d02c79 user: mrwellan tags: v1.64 | |
13:21 | Remove synchash Closed-Leaf check-in: 00d59ed922 user: mrwellan tags: v1.64-remove-synchash | |
2017-05-14
| ||
23:16 | Moved basic pkt handling calls to common.scm so they can be used in server and test management check-in: c1467629d6 user: matt tags: v1.64-use-pkts | |
2017-05-12
| ||
17:49 | bump version check-in: 554fc3a386 user: bjbarcla tags: v1.64, v1.6413 | |
2017-05-11
| ||
18:24 | do not migrate db on patch version change (eg 16408 to 16411) check-in: 78e116111d user: bjbarcla tags: v1.64 | |
Changes
Modified megatest-version.scm from [bacb854dae] to [efc9dc4577].
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.6413) |