summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>2017-10-02 06:14:01 -0700
committerPer Bothner <per@bothner.com>2017-10-02 06:14:01 -0700
commit39797ea94517708fc77b726c2c554067fd3fa937 (patch)
tree7dceff3499062ea1ad69e1407eaca27e31f6ca70
parenta2e206e3866220c304ae2e48cd25725a6f863f5e (diff)
* configure.in (AC_INIT): Set version to 3.0.3.0
* bin/configure.in (AC_INIT): Likewise. * build.xml (version.release): Likewise.
-rw-r--r--ChangeLog12
-rw-r--r--bin/configure.ac2
-rw-r--r--build.xml2
-rw-r--r--configure.ac2
4 files changed, 12 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 0873cd7a3..c0cd4007b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-10-02 Per Bothner <per@bothner.com>
+
+ * configure.in (AC_INIT): Set version to 3.0.
+ * bin/configure.in (AC_INIT): Likewise.
+ * build.xml (version.release): Likewise.
+
2017-08-29 Kay Zheng <l04m33@gmail.com>
* Makefile.am: Use JAVACFLAGS two more places.
@@ -26,9 +32,9 @@
2017-04-30 Per Bothner <per@bothner.com>
- * configure.in (AC_INIT): Set version to 2.93.
- * bin/configure.in (AC_INIT): Likewise.
- * build.xml (version.release): Likewise.
+ * configure.in (AC_INIT): Set version to 2.93.
+ * bin/configure.in (AC_INIT): Likewise.
+ * build.xml (version.release): Likewise.
2017-04-30 Per Bothner <per@bothner.com>
diff --git a/bin/configure.ac b/bin/configure.ac
index 5046773cd..e466581a9 100644
--- a/bin/configure.ac
+++ b/bin/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([kawa-bin],[2.93])
+AC_INIT([kawa-bin],[3.0])
AM_INIT_AUTOMAKE([foreign])
AM_MAINTAINER_MODE
AC_CANONICAL_HOST
diff --git a/build.xml b/build.xml
index 45a403eca..2289f909c 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.93"/>
+ <property name="version.release" value="3.0"/>
<property name="version.local" value=""/>
<property name="version" value="${version.release}${version.local}"/>
diff --git a/configure.ac b/configure.ac
index ef4e91f83..8d3575340 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
qdnl Process this with autoconf to create configure
-AC_INIT([kawa],[2.93]) dnl Also update bin/configure.ac and build.xml.
+AC_INIT([kawa],[3.0]) dnl Also update bin/configure.ac and build.xml.
AC_CONFIG_SRCDIR([doc/kawa.texi])
AM_MAINTAINER_MODE([enable])