summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2008-02-22 03:23:19 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2008-02-22 03:23:19 +0000
commitd25ddb5a93d56c966d93a344b8b5dee196fe08cf (patch)
tree29ca43edb58b0d7795035bc3e383f14a1bb00027
parent32e4572f5dd85f69111ccebb1f6069137e1c660c (diff)
downloadclasspath-d25ddb5a93d56c966d93a344b8b5dee196fe08cf.tar.gz
2008-02-22 Andrew John Hughes <gnu_andrew@member.fsf.org>classpath-0_97-release
* NEWS: Set date for 0.97. * configure.ac: Set version to 0.97
-rw-r--r--ChangeLog5
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ce035e56..500201538 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-02-22 Andrew John Hughes <gnu_andrew@member.fsf.org>
+ * NEWS: Set date for 0.97.
+ * configure.ac: Set version to 0.97
+
+2008-02-22 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
PR classpath/33751:
* configure.ac:
Don't check for readdir_r.
diff --git a/NEWS b/NEWS
index b5655260f..6d197a8a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-New in release 0.97
+New in release 0.97 (Feb 22, 2007)
Build changes:
diff --git a/configure.ac b/configure.ac
index a46ccbf29..fd85eb0dc 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-pre],[classpath@gnu.org],[classpath])
+AC_INIT([GNU Classpath],[0.97],[classpath@gnu.org],[classpath])
AC_CONFIG_SRCDIR(java/lang/System.java)
AC_CANONICAL_TARGET