Overview
Comment: | Changed mt version to 1.8003 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.80 |
Files: | files | file ages | folders |
SHA1: |
e09f8d91d02228edd1052f345d02d22d |
User & Date: | mmgraham on 2022-12-12 10:41:56 |
Other Links: | branch diff | manifest | tags |
Context
2022-12-12
| ||
15:25 | Get .servinfo path in a function, create dir if needed. gate server start on high load check-in: 8adb8a0e7e user: mrwellan tags: v1.80, v1.8003 | |
10:41 | Changed mt version to 1.8003 check-in: e09f8d91d0 user: mmgraham tags: v1.80 | |
08:45 | Merged fork check-in: 5a30e1d836 user: mrwellan tags: v1.80 | |
Changes
Modified megatest-version.scm from [87bf8d22a9] to [c1e20d2fad].
︙ | |||
16 17 18 19 20 21 22 | 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)) |