summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2006-12-08 19:24:34 +0000
committerMark Wielaard <mark@klomp.org>2006-12-08 19:24:34 +0000
commitd1b6fb1ce48424b1eb608f8432a758627a3ba25d (patch)
tree000c5ad54312a1960adac28860172c388bdaada0
parentb77f88df258fa3ee1833555426a75a612b4fa9b4 (diff)
downloadclasspath-d1b6fb1ce48424b1eb608f8432a758627a3ba25d.tar.gz
* configure.ac (VERSION): Set to 0.93-generics.generics-0_93-release
* 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 99e9deebb..2780be4be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-08 Mark Wielaard <mark@klomp.org>
+
+ * configure.ac (VERSION): Set to 0.93-generics.
+ * 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 2d027e876..1c509b430 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 f79dbc452..0cdb90197 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-generics-pre],[classpath@gnu.org],[classpath])
+AC_INIT([GNU Classpath],[0.93-generics],[classpath@gnu.org],[classpath])
AC_CONFIG_SRCDIR(java/lang/System.java)
AC_CANONICAL_TARGET