summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2006-03-04 22:09:23 +0000
committerMark Wielaard <mark@klomp.org>2006-03-04 22:09:23 +0000
commite2a91479d2a303040b659b1d50266779e579083e (patch)
treee023b9e914395b60f389ecee9d2519fcf9904f56
parent1e8a3c5859414e154b43cfe938ff32f802c9fd6c (diff)
downloadclasspath-e2a91479d2a303040b659b1d50266779e579083e.tar.gz
* configure.ac (VERSION): Set to 0.90-pre.classpath-0_90-branch-point
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 85fc818b4..2331912a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-04 Mark Wielaard <mark@klomp.org>
+
+ * configure.ac (VERSION): Set to 0.90-pre.
+
2006-03-04 Tom Tromey <tromey@redhat.com>
* javax/swing/SpringLayout.java (Constraints): New constructor.
diff --git a/configure.ac b/configure.ac
index bd88839c6..ff2c5a1db 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.21-pre],[classpath@gnu.org],[classpath])
+AC_INIT([GNU Classpath],[0.90-pre],[classpath@gnu.org],[classpath])
AC_CONFIG_SRCDIR(java/lang/System.java)
AC_CANONICAL_TARGET