summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2007-04-06 22:44:13 +0000
committerMark Wielaard <mark@klomp.org>2007-04-06 22:44:13 +0000
commit6ff93d79151f4df08a43565269468542af8a1488 (patch)
tree7fc659f8bdf0af15f84d8432e28e1246cdea84a8
parentaf51216a7d181b05cd07c2e1dd974a137d452ff5 (diff)
downloadclasspath-6ff93d79151f4df08a43565269468542af8a1488.tar.gz
* configure.ac (VERSION): Set to 0.95-rc.
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2704b7d00..37fef3b22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
2007-04-06 Mark Wielaard <mark@klomp.org>
- * configure.ac (VERSION): Set to 0.96-pre.
+ * configure.ac (VERSION): Set to 0.95-rc.
2007-04-06 Andrew John Hughes <gnu_andrew@member.fsf.org>
diff --git a/configure.ac b/configure.ac
index 1bc74d887..b9d3eb6ff 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.95-rc],[classpath@gnu.org],[classpath])
AC_CONFIG_SRCDIR(java/lang/System.java)
AC_CANONICAL_TARGET