summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShiro Kawai <shiro@acm.org>2021-12-23 19:53:12 -1000
committerShiro Kawai <shiro@acm.org>2021-12-23 19:53:12 -1000
commit83322b0b67aa543c23e1e255b96a7622e2ce7c1f (patch)
treeb7062df2c56567da727852dc07e3d6574a031eb6
parent5ec1856a2bc2ec65c3d4a8e4d18f756e71216b2b (diff)
Release 0.9.11release0_9_11
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cd0ce0449..7daf98239 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-12-23 Shiro Kawai <shiro@acm.org>
+
+ * Release 0.9.11
+
2021-12-16 Shiro Kawai <shiro@acm.org>
* src/libsys.scm (sys-mmap, <memory-region>): Improve mmap API.
diff --git a/configure.ac b/configure.ac
index 97662fa39..1fb6c11be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.68])
-AC_INIT([Gauche],[0.9.11_rc4],[shiro@acm.org],,[https://practical-scheme.net/gauche/])
+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_CANONICAL_BUILD
AC_CANONICAL_HOST