diff options
author | Mark Wielaard <mark@klomp.org> | 2005-11-04 21:06:56 +0000 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2005-11-04 21:06:56 +0000 |
commit | cc5526b69fdc6d15fbdf19720fbe59fc45c9845c (patch) | |
tree | 1614d50ea80b7b563302ee3a2de36544584713af /configure.ac | |
parent | d1d8bb396a774c13cba306806a1a578547c27767 (diff) | |
download | classpath-cc5526b69fdc6d15fbdf19720fbe59fc45c9845c.tar.gz |
* configure.ac: Set version to 0.20-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 1d89e6249..cfe43c70e 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.19],[classpath@gnu.org],[classpath]) +AC_INIT([GNU Classpath],[0.20-pre],[classpath@gnu.org],[classpath]) AC_CONFIG_SRCDIR(java/lang/System.java) AC_CANONICAL_TARGET |