summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Jones <cbj@gnu.org>2002-02-09 21:49:02 +0000
committerBrian Jones <cbj@gnu.org>2002-02-09 21:49:02 +0000
commit94c9cd3a01ba42b328f81cb461c9185e92ca781f (patch)
tree96eed6013b0de1844c97605072733c82897a4b8d
parent72edeb8efb1b5b8e82f3daae1663e24f62582391 (diff)
downloadclasspath-94c9cd3a01ba42b328f81cb461c9185e92ca781f.tar.gz
* configure.in: version set back to 0.03
-rw-r--r--ChangeLog1
-rw-r--r--configure.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bf45ae568..7e101cab2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
verbage
* HACKING: warning that autoreconf does not always do what might
be expected
+ * configure.in: version set back to 0.03
2002-02-09 C. Brian Jones <cbj@gnu.org>
diff --git a/configure.in b/configure.in
index 566a55b2d..95fd8003a 100644
--- a/configure.in
+++ b/configure.in
@@ -10,7 +10,7 @@ AC_CANONICAL_TARGET
if expr match ${target_cpu} .*86 > /dev/null; then target_cpu=x86; fi
PACKAGE="classpath"
-VERSION="0.03-pre1"
+VERSION="0.03"
LIBVERSION="0:0:0"
AC_SUBST(PACKAGE)
AC_SUBST(VERSION)