summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShiro Kawai <shiro@acm.org>2024-01-25 13:46:19 -1000
committerShiro Kawai <shiro@acm.org>2024-01-25 13:46:19 -1000
commitc95bede1af37b1ead62b23db6b01fdb12f9e7ffe (patch)
treeb0e082f46cf6c2ffc4dbb1bc494f95867406d593
parent46e03eda50d2201c8419abf1d3b301db8c6548f7 (diff)
Release 0.9.14v0.9.14release0_9_14
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 34b28f1bf..1069f08dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-01-25 Shiro Kawai <shiro@acm.org>
+
+ * Release 0.9.14
+
2024-01-23 Shiro Kawai <shiro@acm.org>
* ext/charconv/jconv.c (jconv_open): If input and output encoding are
diff --git a/configure.ac b/configure.ac
index cfc48b225..5147fc4bf 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.71])
-AC_INIT([Gauche],[0.9.14_rc1],[shiro@acm.org],[],[https://practical-scheme.net/gauche/])
+AC_INIT([Gauche],[0.9.14],[shiro@acm.org],[],[https://practical-scheme.net/gauche/])
BUILD_GOSH_VERSION=0.9.13 # Host Gauche version required to build from scratch
AC_CANONICAL_BUILD
AC_CANONICAL_HOST