Overview
Comment: | Changed version to 1.8012. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.80 | v1.8012 |
Files: | files | file ages | folders |
SHA1: |
bcc22ebf3c172dbf971ef03d5318e523 |
User & Date: | mmgraham on 2023-03-27 19:33:55 |
Other Links: | branch diff | manifest | tags |
Context
2023-04-03
| ||
15:22 | Cherrypicked fix for remove-keep check-in: 5bfcab67c7 user: matt tags: v1.80 | |
2023-03-29
| ||
21:59 | Remove some (most?) of http-transport, client and server stuff check-in: c43db14a6d user: matt tags: v1.80-mbi | |
2023-03-27
| ||
19:33 | Changed version to 1.8012. check-in: bcc22ebf3c user: mmgraham tags: v1.80, v1.8012 | |
18:15 | Lots of proper use of debugprint and mtargs plus some small cleanup. check-in: 7060a6d776 user: mrwellan tags: v1.80 | |
Changes
Modified megatest-version.scm from [11989e8c9e] to [d0ffbbeca6].
︙ | ︙ | |||
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.8012) |