diff options
author | Mark Wielaard <mark@klomp.org> | 2005-09-06 13:16:53 +0000 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2005-09-06 13:16:53 +0000 |
commit | 74bb1b7b5fecdfab4227284bf4b48e5afe30e762 (patch) | |
tree | eada1f96fd81374049f34d43b79a4d4c14b54350 /configure.ac | |
parent | 6b950e2d1410ff64bc8e8c682ade19fc7083762b (diff) | |
download | classpath-74bb1b7b5fecdfab4227284bf4b48e5afe30e762.tar.gz |
* NEWS: Add new features for 0.18.classpath-0_18-release
* configure.ac: Set version to 0.18.
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 200e07a62..96b425b23 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.18-pre],[classpath@gnu.org],[classpath]) +AC_INIT([GNU Classpath],[0.18],[classpath@gnu.org],[classpath]) AC_CONFIG_SRCDIR(java/lang/System.java) AC_CANONICAL_TARGET |