summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 94088317b..a1d961b2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
+2007-10-15 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * NEWS: Add date of 0.96 release.
+ * configure.ac: Set version to 0.96.
+
2007-10-15 Mario Torre <neugens@limasoftware.net>
* doc/cp-hacking.texinfo: Update GConf requirement, and added information
about the GStreamer Sound peer.
-
+
2007-10-15 Andrew John Hughes <gnu_andrew@member.fsf.org>
* README.gstreamer: Correct a few typos.
diff --git a/NEWS b/NEWS
index 93c880b4a..2b5d9b68b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-New in release 0.96
+New in release 0.96 (Oct 15, 2007)
* New experimental GStreamer javax.sound peer (see README.gstreamer)
* The JNI interface has been updated to 1.6
diff --git a/configure.ac b/configure.ac
index 84d1918c8..3aab77d2b 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.96-pre],[classpath@gnu.org],[classpath])
+AC_INIT([GNU Classpath],[0.96],[classpath@gnu.org],[classpath])
AC_CONFIG_SRCDIR(java/lang/System.java)
AC_CANONICAL_TARGET