diff options
author | Mark Wielaard <mark@klomp.org> | 2005-05-01 20:42:00 +0000 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2005-05-01 20:42:00 +0000 |
commit | 5e0c9d87e8d45b33cdc34574b31a094e7b4e577a (patch) | |
tree | 7bb5e4ea7c5482d4aba1447f522cc32eae2a1448 /configure.ac | |
parent | 623c95fc859017041b7a7265f4911b75456e3bac (diff) | |
download | classpath-5e0c9d87e8d45b33cdc34574b31a094e7b4e577a.tar.gz |
* configure.ac: Set version to 0.15+cvs.
* doc/www.gnu.org/announce/20050429.wml: New file.
* doc/www.gnu.org/newsitems.txt: Add announcement.
* doc/www.gnu.org/downloads/downloads.wml: Add 0.15 download.
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 592e0c92c..465f28c07 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.15],[classpath@gnu.org],[classpath]) +AC_INIT([GNU Classpath],[0.15+cvs],[classpath@gnu.org],[classpath]) AC_CONFIG_SRCDIR(java/lang/System.java) AC_CANONICAL_TARGET |