summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2012-03-08 15:15:59 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2012-03-08 15:15:59 +0000
commit4f8558a04cf3a5f776511fa0ee67851492fd468d (patch)
treef1696d169fdd905cdd968837fa59cfb745884183
parent148cb5871280e3450c0bdbd2dce0a83156c4b4b8 (diff)
downloadclasspath-4f8558a04cf3a5f776511fa0ee67851492fd468d.tar.gz
Prepare for future 1.0 release.
2012-03-07 Andrew John Hughes <ahughes@redhat.com> * NEWS: Add section for 1.0 release. * configure.ac: Bump to 1.0pre.
-rw-r--r--ChangeLog7
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
3 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6674db33a..b472abea2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2012-03-07 Andrew John Hughes <ahughes@redhat.com>
+ * NEWS:
+ Add section for 1.0 release.
+ * configure.ac:
+ Bump to 1.0pre.
+
+2012-03-07 Andrew John Hughes <ahughes@redhat.com>
+
* tools/Makefile.am:
(TOOLS_JAVA_FILES): Remove duplication.
(dist-hook): Fail if copying fails.
diff --git a/NEWS b/NEWS
index 831da613e..989e531e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+New in release 1.00 (XXX XX, XXXX)
+
New in release 0.99 (Feb 15, 2012)
* Addition of java.util.regex.Pattern.quote.
diff --git a/configure.ac b/configure.ac
index a106e1166..ae5b4352c 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.99-pre],[classpath@gnu.org],[classpath])
+AC_INIT([GNU Classpath],[1.0-pre],[classpath@gnu.org],[classpath])
AC_CONFIG_SRCDIR(java/lang/System.java)
AC_CONFIG_MACRO_DIR([m4])