summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>2017-04-30 13:23:20 -0700
committerPer Bothner <per@bothner.com>2017-04-30 13:23:20 -0700
commitb174ef866b76e8c9001e1f7992eb6baffa78031e (patch)
tree4880cd4231f2ba354e4a176fd464c289014ee525
parentdad3755eb49f2cb5a85379da58fe3c207fb199a7 (diff)
* configure.in (AC_INIT): Set version to 2.4.2.4
* bin/configure.in (AC_INIT): Likewise. * build.xml (version.release): Likewise.
-rw-r--r--ChangeLog6
-rw-r--r--bin/configure.ac2
-rw-r--r--build.xml2
-rw-r--r--configure.ac2
-rw-r--r--doc/news.texi8
5 files changed, 17 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0852a7f3c..db00e43b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-04-30 Per Bothner <per@bothner.com>
+
+ * configure.in (AC_INIT): Set version to 2.4.
+ * bin/configure.in (AC_INIT): Likewise.
+ * build.xml (version.release): Likewise.
+
2017-03-25 Vasantha Ganesh K <vasanthaganesh.k@tuta.io>
* .gitlab-ci.yml GitLab's CI support
diff --git a/bin/configure.ac b/bin/configure.ac
index 8b4d2222b..81fdbc939 100644
--- a/bin/configure.ac
+++ b/bin/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([kawa-bin],[2.3.1])
+AC_INIT([kawa-bin],[2.4])
AM_INIT_AUTOMAKE([foreign])
AM_MAINTAINER_MODE
AC_CANONICAL_HOST
diff --git a/build.xml b/build.xml
index 5c7880096..1757d1a32 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="2.3.1"/>
+ <property name="version.release" value="2.4"/>
<property name="version.local" value=""/>
<property name="version" value="${version.release}${version.local}"/>
diff --git a/configure.ac b/configure.ac
index f3df2a7b6..4583bd75b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
qdnl Process this with autoconf to create configure
-AC_INIT([kawa],[2.3.1]) dnl Also update bin/configure.ac and build.xml.
+AC_INIT([kawa],[2.4]) dnl Also update bin/configure.ac and build.xml.
AC_CONFIG_SRCDIR([doc/kawa.texi])
AM_MAINTAINER_MODE([enable])
diff --git a/doc/news.texi b/doc/news.texi
index 989416ac4..2b649a94e 100644
--- a/doc/news.texi
+++ b/doc/news.texi
@@ -6,6 +6,14 @@ changes}.
@c @subheading In Git repository (master branch) since last release
+@subheading Kawa 2.4 (April 30, 2017)
+
+@itemize
+@item
+Final 2.x release.
+Minor updates and fixes.
+@end itemize
+
@subheading Kawa 2.3 (January 13, 2017)
@itemize