Overview
Comment: | Changed version to 1.7105 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.71 | v1.7105 |
Files: | files | file ages | folders |
SHA1: |
88e277ab728bf78ccd2a896b97998b8b |
User & Date: | mmgraham on 2024-05-30 14:29:27 |
Other Links: | branch diff | manifest | tags |
Context
2024-06-24
| ||
18:42 | Moving to .servinfo files WIP. Creating the files is working. Leaf check-in: e1443922b3 user: mmgraham tags: v1.71 | |
2024-06-10
| ||
10:04 | Homehost changes to consider pulling in Leaf check-in: 5087f5b896 user: mrwellan tags: v1.71-homehost | |
2024-05-30
| ||
14:29 | Changed version to 1.7105 check-in: 88e277ab72 user: mmgraham tags: v1.71, v1.7105 | |
14:28 | Do not delete server logfiles if server is still running check-in: 42664e899d user: mmgraham tags: v1.71 | |
Changes
Modified megatest-version.scm from [b504c1b392] to [cd3d6b0408].
︙ | ︙ | |||
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.7105) |