Overview
Comment: | Changed version to v1.7015 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.70 | v1.7015 |
Files: | files | file ages | folders |
SHA1: |
3152edd3b09c205e1f3987f480284c37 |
User & Date: | mmgraham on 2023-07-20 16:12:55 |
Other Links: | branch diff | manifest | tags |
Context
2024-03-20
| ||
17:26 | Removed the thread doing rmt:find-and-mark-incomplete, changed an ERROR to INFO message check-in: 0c24209eae user: mmgraham tags: v1.70 | |
2023-07-20
| ||
16:12 | Changed version to v1.7015 check-in: 3152edd3b0 user: mmgraham tags: v1.70, v1.7015 | |
16:11 | Added code to remove server files when stop-the-train is found. check-in: 196200bc41 user: mmgraham tags: v1.70 | |
Changes
Modified megatest-version.scm from [9b7afeda4b] to [44728c9efd].
︙ | ︙ | |||
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.7015) |