summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2006-12-08 19:19:12 +0000
committerMark Wielaard <mark@klomp.org>2006-12-08 19:19:12 +0000
commit0ac0b186fe118adf626de157ad2ce30aba57bbc0 (patch)
tree8fd1b8414ef9ce2e0122fedcb62d0076856f11b1
parent24bb46e990e91b4cc22795c39990862c7a6aa3b6 (diff)
downloadclasspath-0ac0b186fe118adf626de157ad2ce30aba57bbc0.tar.gz
* configure.ac (VERSION): Set to 0.94-pre.
* NEWS: Add release date.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cd2768362..df03262a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-08 Mark Wielaard <mark@klomp.org>
+
+ * configure.ac (VERSION): Set to 0.94-pre.
+ * NEWS: Add release date.
+
2006-12-08 Tania Bento <tbento@redhat.com>
* java/awt/ScrollPane.java
diff --git a/NEWS b/NEWS
index 27c9255b6..3e077f8eb 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ New in release 0.94 (UNRELEASED)
* The ASM library is now included. A separate copy is no longer needed.
-New in release 0.93 (UNRELEASED)
+New in release 0.93 (Dec 8, 2006)
* CORBA objects that exist on the same virtual machine and only are connected
to another ORB are now accessed directly and no longer via network. It is
diff --git a/configure.ac b/configure.ac
index 8ab5bbcfd..672e8a2b4 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.93-pre],[classpath@gnu.org],[classpath])
+AC_INIT([GNU Classpath],[0.94-pre],[classpath@gnu.org],[classpath])
AC_CONFIG_SRCDIR(java/lang/System.java)
AC_CANONICAL_TARGET