From b0493bbebadf932e56fa8817125b6fda797e26c2 Mon Sep 17 00:00:00 2001 From: Andrew John Hughes Date: Thu, 8 Mar 2012 18:02:54 +0000 Subject: Prepare for release. 2012-03-08 Andrew John Hughes * NEWS: Set correct release date. * configure.ac: Bump to 0.99 proper. --- ChangeLog | 8 +++----- NEWS | 4 +--- configure.ac | 2 +- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index b472abea2..86f2fdd32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,7 @@ -2012-03-07 Andrew John Hughes +2012-03-08 Andrew John Hughes - * NEWS: - Add section for 1.0 release. - * configure.ac: - Bump to 1.0pre. + * NEWS: Set correct release date. + * configure.ac: Bump to 0.99 proper. 2012-03-07 Andrew John Hughes diff --git a/NEWS b/NEWS index 989e531e0..dd2e1568f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,4 @@ -New in release 1.00 (XXX XX, XXXX) - -New in release 0.99 (Feb 15, 2012) +New in release 0.99 (Mar 08, 2012) * Addition of java.util.regex.Pattern.quote. * Addition of java.io.IOError. diff --git a/configure.ac b/configure.ac index ae5b4352c..40d2ee33a 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],[1.0-pre],[classpath@gnu.org],[classpath]) +AC_INIT([GNU Classpath],[0.99],[classpath@gnu.org],[classpath]) AC_CONFIG_SRCDIR(java/lang/System.java) AC_CONFIG_MACRO_DIR([m4]) -- cgit v1.2.1