summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2012-03-08 18:02:54 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2012-03-08 18:02:54 +0000
commitb0493bbebadf932e56fa8817125b6fda797e26c2 (patch)
treeceac315d9476645259817bbd1c545c2a30f2d977
parent4f8558a04cf3a5f776511fa0ee67851492fd468d (diff)
downloadclasspath-0_99-release-branch.tar.gz
2012-03-08 Andrew John Hughes <ahughes@redhat.com> * NEWS: Set correct release date. * configure.ac: Bump to 0.99 proper.
-rw-r--r--ChangeLog8
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
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 <ahughes@redhat.com>
+2012-03-08 Andrew John Hughes <ahughes@redhat.com>
- * 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 <ahughes@redhat.com>
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])