summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>2020-01-16 12:19:38 -0800
committerPer Bothner <per@bothner.com>2020-01-16 12:19:38 -0800
commitc47de33adca3d509056662410d18b926a643a2f8 (patch)
tree0681092134a10ca4c6c073d017283c34618e31d6
parenta6c723ee2d75355249ccc5db35aa2c09b01c8347 (diff)
Update version to 3.1.1.3.1.1
-rw-r--r--ChangeLog2
-rw-r--r--bin/configure.ac2
-rw-r--r--build.xml2
-rw-r--r--configure.ac2
-rw-r--r--doc/news.texi7
5 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index fde8e06ec..cea5991e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2020-01-15 Per Bothner <per@bothner.com>
+ * configure.in (AC_INIT): Set version to 3.1.1.
+
* Makefile.am (kawa.zip): Include browse-kawa-manual script.
2019-12-31 Per Bothner <per@bothner.com>
diff --git a/bin/configure.ac b/bin/configure.ac
index b9c985d27..01ea8b21c 100644
--- a/bin/configure.ac
+++ b/bin/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([kawa-bin],[3.1])
+AC_INIT([kawa-bin],[3.1.1])
AC_CONFIG_AUX_DIR([../build-aux])
AM_INIT_AUTOMAKE([foreign])
AM_MAINTAINER_MODE
diff --git a/build.xml b/build.xml
index 289cd45cf..b3a516557 100644
--- a/build.xml
+++ b/build.xml
@@ -7,7 +7,7 @@
<!-- Give the user a chance to override the defaults. -->
<property file="build.properties"/>
- <property name="version.release" value="3.1"/>
+ <property name="version.release" value="3.1.1"/>
<property name="version.local" value=""/>
<property name="version" value="${version.release}${version.local}"/>
diff --git a/configure.ac b/configure.ac
index 33078695b..00a455e72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
qdnl Process this with autoconf to create configure
-AC_INIT([kawa],[3.1]) dnl Also update bin/configure.ac and build.xml.
+AC_INIT([kawa],[3.1.1]) dnl Also update bin/configure.ac and build.xml.
AC_CONFIG_SRCDIR([doc/kawa.texi])
AC_CONFIG_AUX_DIR([build-aux])
diff --git a/doc/news.texi b/doc/news.texi
index 2acbe6125..2639a9b42 100644
--- a/doc/news.texi
+++ b/doc/news.texi
@@ -7,6 +7,13 @@ changes}.
@c @subheading In Git repository (master branch) since last release
@c @anchor{#in-git-repository-since-last-release}
+@subheading Kawa 3.1.1 (January 16, 2020)
+
+@itemize
+@item
+Various bug-fixes, mostly related to packaging and @code{--browse-manual}.
+@end itemize
+
@subheading Kawa 3.1 (January 7, 2020)
@itemize