summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2008-02-22 04:19:08 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2008-02-22 04:19:08 +0000
commit92f9e0bfb5cedb7b6d036374b134756906070d06 (patch)
treeca4ed606c92b1232110485e146cd3b31621f1c05
parentd25ddb5a93d56c966d93a344b8b5dee196fe08cf (diff)
downloadclasspath-92f9e0bfb5cedb7b6d036374b134756906070d06.tar.gz
2008-02-22 Andrew John Hughes <gnu_andrew@member.fsf.org>
* NEWS: Add 0.98. * configure.ac: Set version to 0.98-pre.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
3 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 500201538..9b6648100 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-02-22 Andrew John Hughes <gnu_andrew@member.fsf.org>
+ * NEWS: Add 0.98.
+ * configure.ac: Set version to 0.98-pre.
+
+2008-02-22 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
* NEWS: Set date for 0.97.
* configure.ac: Set version to 0.97
diff --git a/NEWS b/NEWS
index 6d197a8a7..b611fde80 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+New in release 0.98
+
New in release 0.97 (Feb 22, 2007)
Build changes:
diff --git a/configure.ac b/configure.ac
index fd85eb0dc..413fbb3d8 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.97],[classpath@gnu.org],[classpath])
+AC_INIT([GNU Classpath],[0.98-pre],[classpath@gnu.org],[classpath])
AC_CONFIG_SRCDIR(java/lang/System.java)
AC_CANONICAL_TARGET