diff options
author | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2007-10-15 22:36:53 +0000 |
---|---|---|
committer | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2007-10-15 22:36:53 +0000 |
commit | ca81ca0656a2dca4547fa2c3138dcb7b12c04c33 (patch) | |
tree | 4646924d159b1bf9da38ad8b197c9be84f3e1d00 /configure.ac | |
parent | a6f532a04940177630770d5f766c76c327789adc (diff) | |
download | classpath-ca81ca0656a2dca4547fa2c3138dcb7b12c04c33.tar.gz |
2007-10-15 Andrew John Hughes <gnu_andrew@member.fsf.org>
* NEWS: Kickoff updates for 0.97.
* configure.ac: Set version to 0.97-pre.
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 3aab77d2b..109f0153a 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.96],[classpath@gnu.org],[classpath]) +AC_INIT([GNU Classpath],[0.97-pre],[classpath@gnu.org],[classpath]) AC_CONFIG_SRCDIR(java/lang/System.java) AC_CANONICAL_TARGET |