diff options
author | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2009-02-05 23:26:07 +0000 |
---|---|---|
committer | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2009-02-05 23:26:07 +0000 |
commit | bfaa14a06b2b8260116d8923e6f081aa84ffedbc (patch) | |
tree | 0a05df3f0f22c17c5d16223869a31986751b0c8d /configure.ac | |
parent | 151a16dee09e7035a0adbd8d613434565094b454 (diff) | |
download | classpath-bfaa14a06b2b8260116d8923e6f081aa84ffedbc.tar.gz |
Prepare for 0.98 release.classpath-0.98
2009-02-05 Andrew John Hughes <ahughes@redhat.com>
* NEWS: Updated.
* configure.ac:
Bump to 0.98 proper.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1678ae100..e26a2c26d 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.98-pre],[classpath@gnu.org],[classpath]) +AC_INIT([GNU Classpath],[0.98],[classpath@gnu.org],[classpath]) AC_CONFIG_SRCDIR(java/lang/System.java) AC_CANONICAL_TARGET |