Overview
Comment: | Create branch |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 | v1.70 |
Files: | files | file ages | folders |
SHA1: |
12d54f9c05b2c74993f8fbe7e4a7b15f |
User & Date: | matt on 2022-02-16 18:27:10 |
Other Links: | branch diff | manifest | tags |
Context
2022-02-21
| ||
07:21 | Merged v1.70 check-in: 180f66b411 user: matt tags: v1.7001-multi-db-01 | |
2022-02-16
| ||
18:27 | Create branch Closed-Leaf check-in: 12d54f9c05 user: matt tags: v1.65, v1.70 | |
2022-02-04
| ||
15:58 | added setting of MT_CMDINFO in launch-test check-in: 8fb8c24288 user: mmgraham tags: v1.65 | |
Changes
Modified megatest-version.scm from [84fab1de9e] to [6b14cbfe0a].
︙ | ︙ | |||
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 | ;; 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.7001) |