summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2003-11-30 15:59:02 +0000
committerMark Wielaard <mark@klomp.org>2003-11-30 15:59:02 +0000
commit8827f2f9f6b75d5243c923e766f4f78ba8c21814 (patch)
tree1c8796365eda298ef0a01deb4aa89b516d6741fc
parentdcc3c580bde71c98b784c7d4b26fa38e8868325a (diff)
downloadclasspath-0_07-release.tar.gz
* configure.in: Set version to 0.07.classpath-0_07-release
* NEWS: Set release date to today.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS2
-rw-r--r--configure.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d7c1cc16..e56acc241 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2003-11-30 Mark Wielaard <mark@klomp.org>
+ * configure.in: Set version to 0.07.
+ * NEWS: Set release date to today.
+
+2003-11-30 Mark Wielaard <mark@klomp.org>
+
* java/security/Security.java: Don't use &nbsp; in the api doc.
2003-11-30 Mark Wielaard <mark@klomp.org>
diff --git a/NEWS b/NEWS
index e78fadb8e..f76b59b0b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-New in release 0.07 (not-yet-released)
+New in release 0.07 (2003/30/11)
* Works with libtool 1.5 (and 1.4.3).
* java.awt gtk+ peers now depend on gtk+ 2.2.x and uses pango.
diff --git a/configure.in b/configure.in
index 7d0448b86..aa7562b6f 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ dnl Turning off cache for debug reasons
dnl define([AC_CACHE_LOAD], )dnl
dnl define([AC_CACHE_SAVE], )dnl
-AC_INIT([GNU Classpath], [0.06+cvs], [classpath@gnu.org], [classpath])
+AC_INIT([GNU Classpath], [0.07], [classpath@gnu.org], [classpath])
AC_CONFIG_SRCDIR(java/lang/System.java)
AC_CANONICAL_TARGET