summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2003-08-22 12:50:10 +0000
committerMark Wielaard <mark@klomp.org>2003-08-22 12:50:10 +0000
commit3e2195fef59778d3b59b8e59e44c4d9219ddafa5 (patch)
tree536ed546fe7929efcc2f27b01b6ad31435ca1740
parentcd8b539c67abe4565254da94c5fcaf336e8baf81 (diff)
downloadclasspath-0_06-release.tar.gz
* configure.in (VERSION): Set to 0.06.classpath-0_06-release
-rw-r--r--ChangeLog4
-rw-r--r--configure.in3
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 960c57a6b..a83ac04f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-22 Mark Wielaard <mark@klomp.org>
+
+ * configure.in (VERSION): Set to 0.06.
+
2003-08-20 Tom Tromey <tromey@redhat.com>
* java/lang/ref/Reference.java (get): Indentation fix.
diff --git a/configure.in b/configure.in
index d6115dc84..da49ccc35 100644
--- a/configure.in
+++ b/configure.in
@@ -10,8 +10,7 @@ AC_CANONICAL_TARGET
if expr match ${target_cpu} .*86 > /dev/null; then target_cpu=x86; fi
PACKAGE="classpath"
-#VERSION="0.05"
-VERSION="0.05+cvs"
+VERSION="0.06"
dnl We will not track/change lib version until we reach version 1.0
dnl at which time we'll have to be more anal about such things
LIBVERSION="0:0:0"