From ee02f6913bb23339cc7bf5d4a3aabcc98110e25a Mon Sep 17 00:00:00 2001 From: Andrew John Hughes Date: Wed, 3 May 2006 20:42:26 +0000 Subject: 2006-05-03 Andrew John Hughes * configure.ac: Set version to 0.92-pre. * NEWS: Add space for 0.92 entries. --- ChangeLog | 7 +++++++ NEWS | 2 ++ configure.ac | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 349fc61a9..6cf5d34a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-05-03 Andrew John Hughes + + * configure.ac: + Set version to 0.92-pre. + * NEWS: + Add space for 0.92 entries. + 2006-05-03 Andrew John Hughes * include/Makefile.am: diff --git a/NEWS b/NEWS index 7474267cf..2cd7afa5b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +New in release 0.92 + New in release 0.91 (UNRELEASED) * Experimental activation (java.rmi.activation) support, including RMI diff --git a/configure.ac b/configure.ac index d78444faa..b4356e410 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.91-pre],[classpath@gnu.org],[classpath]) +AC_INIT([GNU Classpath],[0.92-pre],[classpath@gnu.org],[classpath]) AC_CONFIG_SRCDIR(java/lang/System.java) AC_CANONICAL_TARGET -- cgit v1.2.1