summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 406fde275..07b4c716a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-16 Mark Wielaard <mark@klomp.org>
+
+ * NEWS: Mention small compile/configure/build fixes.
+ * configure.ac: Set version to 0.96.1
+
2007-10-16 from Alexandre Oliva <aoliva@redhat.com>
* scripts/check_jni_methods.sh: Don't depend on diff -b ignoring
diff --git a/NEWS b/NEWS
index 9c4d61047..d4a09997f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
-New in release 0.97
+New in release 0.96.1 (Oct 16, 2007)
+
+* Small compile, configure and build fixes.
New in release 0.96 (Oct 15, 2007)
diff --git a/configure.ac b/configure.ac
index 109f0153a..f5968ec93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ dnl -----------------------------------------------------------
dnl define([AC_CACHE_LOAD], )dnl
dnl define([AC_CACHE_SAVE], )dnl
-AC_INIT([GNU Classpath],[0.97-pre],[classpath@gnu.org],[classpath])
+AC_INIT([GNU Classpath],[0.96.1],[classpath@gnu.org],[classpath])
AC_CONFIG_SRCDIR(java/lang/System.java)
AC_CANONICAL_TARGET