Overview
Comment: | Bumped version to v1.8021 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.80-revolution | v1.8021 |
Files: | files | file ages | folders |
SHA1: |
7e1fb429aaf3ce1ec254416df0e5ce3e |
User & Date: | mrwellan on 2023-11-27 19:37:12 |
Other Links: | branch diff | manifest | tags |
Context
2023-11-28
| ||
08:53 | Exit server if not in running within 30 seconds check-in: cdd1ad3a92 user: mrwellan tags: v1.80-revolution, v1.8022 | |
2023-11-27
| ||
19:37 | Bumped version to v1.8021 check-in: 7e1fb429aa user: mrwellan tags: v1.80-revolution, v1.8021 | |
18:56 | Bump version check-in: bca03ac0a6 user: matt tags: v1.80-revolution | |
Changes
Modified megatest-version.scm from [93d0d09127] to [4f83d1d6bd].
︙ | ︙ | |||
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.8021) |