Hi,

This updates the version and adds the release date of 0.93 to the NEWS
file.

2006-03-06  Mark Wielaard  <[EMAIL PROTECTED]>

        * configure.ac (VERSION): Set to 0.91-pre.
        * NEWS: Add updates for 0.90 release.

Similar patches have gone onto the release and generics branch.

Committed,

Mark
Index: configure.ac
===================================================================
RCS file: /cvsroot/classpath/classpath/configure.ac,v
retrieving revision 1.190
diff -u -r1.190 configure.ac
--- configure.ac	7 Dec 2006 17:22:53 -0000	1.190
+++ configure.ac	8 Dec 2006 19:17:38 -0000
@@ -6,7 +6,7 @@
 dnl define([AC_CACHE_LOAD], )dnl
 dnl define([AC_CACHE_SAVE], )dnl
 
-AC_INIT([GNU Classpath],[0.93-pre],[EMAIL PROTECTED],[classpath])
+AC_INIT([GNU Classpath],[0.94-pre],[EMAIL PROTECTED],[classpath])
 AC_CONFIG_SRCDIR(java/lang/System.java)
 
 AC_CANONICAL_TARGET
Index: NEWS
===================================================================
RCS file: /cvsroot/classpath/classpath/NEWS,v
retrieving revision 1.172
diff -u -r1.172 NEWS
--- NEWS	7 Dec 2006 17:22:53 -0000	1.172
+++ NEWS	8 Dec 2006 19:17:38 -0000
@@ -2,7 +2,7 @@
 
 * 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

Reply via email to