summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2006-12-08 19:22:49 +0000
committerMark Wielaard <mark@klomp.org>2006-12-08 19:22:49 +0000
commitb8634e6386b5c81d2b8250da0d12a4295bbef998 (patch)
tree986b50b933f67d8ca07c7b56bacd4e5c383c80c7
parentf3778f2f83882ed658901698e8d8723799df0d0d (diff)
downloadclasspath-0_93-branch.tar.gz
* configure.ac (VERSION): Set to 0.93.classpath-0_93-releaseclasspath-0_93-branch
* 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 fc1b5b9e5..31a6301d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-08 Mark Wielaard <mark@klomp.org>
+
+ * configure.ac (VERSION): Set to 0.93.
+ * NEWS: Add release date.
+
2006-12-05 Roman Kennke <kennke@aicas.com>
* javax/swing/text/html/ImageView.java
diff --git a/NEWS b/NEWS
index 06c4a43b0..6d142abb8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-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 acb9d6761..d47fd62a8 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.93],[classpath@gnu.org],[classpath])
AC_CONFIG_SRCDIR(java/lang/System.java)
AC_CANONICAL_TARGET