Overview
Comment: | Changed version to 1.8005 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.80 |
Files: | files | file ages | folders |
SHA1: |
3bce3576eafca1f008ee0d365389df90 |
User & Date: | mmgraham on 2023-01-11 22:06:10 |
Other Links: | branch diff | manifest | tags |
Context
2023-01-12
| ||
07:11 | Oops. Was setting conn to #f before cleaning up connections. Not 100% sure but suspect that was a bad thing. check-in: 0ee24d5747 user: matt tags: v1.80 | |
2023-01-11
| ||
22:06 | Changed version to 1.8005 check-in: 3bce3576ea user: mmgraham tags: v1.80 | |
22:05 | removed periodic reverse sync check-in: 483f258c25 user: mmgraham tags: v1.80 | |
Changes
Modified megatest-version.scm from [1632a50df8] to [03e9180425].
︙ | ︙ | |||
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.8005) |