summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShiro Kawai <shiro@acm.org>2021-12-28 20:58:48 -1000
committerShiro Kawai <shiro@acm.org>2021-12-28 20:58:48 -1000
commit7ed2aefb30a0f1cdda264f615c89de9ed956ea0d (patch)
tree24dce2b47cf788e5fadfbf1755ad29372e84e63f
parent3a031b0c9b6f97a0b3c7bda624a8c63208c9f795 (diff)
Release 0.9.11-p1release0_9_11_p1
Fixes mbedtls-internal issue. This impacts MinGW Windows installer packages.
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b6b3ccd26..130a862d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2021-12-28 Shiro Kawai <shiro@acm.org>
+ * Release 0.9.11-p1: A "patch" release fixing mbedtls-internal issue.
+
* ext/tls/tls.ac: Fix build defect when internal mbedtls is used
https://github.com/shirok/Gauche/issues/799
diff --git a/configure.ac b/configure.ac
index 52d32e9df..a4fba2563 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.68])
-AC_INIT([Gauche],[0.9.11],[shiro@acm.org],,[https://practical-scheme.net/gauche/])
-BUILD_GOSH_VERSION=0.9.10 # Host Gauche version required for build from scratch
+AC_INIT([Gauche],[0.9.11-p1],[shiro@acm.org],,[https://practical-scheme.net/gauche/])
+BUILD_GOSH_VERSION=0.9.11 # Host Gauche version required for build from scratch
AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AC_CANONICAL_TARGET