summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])