summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShiro Kawai <shiro@acm.org>2023-10-11 17:14:55 -1000
committerShiro Kawai <shiro@acm.org>2023-10-11 17:14:55 -1000
commit9eaf47225474755a39f58bbda07dd6bfd0459e66 (patch)
treeaead11baf5e965e12fa5564f98d0cfa47d92b1b4
parent72b2dc8bdb3bc7c680537626021d80a67e97c824 (diff)
Release 0.9.13v0.9.13release0_9_13
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b791920cd..b709407d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-10-11 Shiro Kawai <shiro@acm.org>
+
+ * Release 0.9.13
+
2023-10-07 Shiro Kawai <shiro@acm.org>
* Rename gauche-default-encoding -> default-file-encoding
diff --git a/configure.ac b/configure.ac
index eab00f91d..c3bbb4440 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.13_rc3],[shiro@acm.org],[],[https://practical-scheme.net/gauche/])
+AC_INIT([Gauche],[0.9.13],[shiro@acm.org],[],[https://practical-scheme.net/gauche/])
BUILD_GOSH_VERSION=0.9.12 # Host Gauche version required to build from scratch
AC_CANONICAL_BUILD
AC_CANONICAL_HOST