Overview
Comment: | Merged fork |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.80 |
Files: | files | file ages | folders |
SHA1: |
d8ef55d07767be30e38dbe07f66a3e37 |
User & Date: | mrwellan on 2023-03-14 11:17:18 |
Other Links: | branch diff | manifest | tags |
Context
2023-03-14
| ||
21:42 | This combo seemed about as robust as any check-in: 80c20a647d user: matt tags: v1.80 | |
11:17 | Merged fork check-in: d8ef55d077 user: mrwellan tags: v1.80 | |
09:26 | Fixed couple issues with setting server timeout. Reverted viewscreen to start in background as it didn't work properly without that. check-in: dda2fe1e9e user: matt tags: v1.80 | |
2023-03-13
| ||
12:16 | Changed version to 1.8008 check-in: d917a7ad37 user: mmgraham tags: v1.80, v1.8008 | |
Changes
Modified megatest-version.scm from [8f8303d56f] to [b3480582d4].
︙ | ︙ | |||
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.8008) |