diff options
author | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2006-05-03 20:42:26 +0000 |
---|---|---|
committer | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2006-05-03 20:42:26 +0000 |
commit | ee02f6913bb23339cc7bf5d4a3aabcc98110e25a (patch) | |
tree | eb73d71c1a84c8dee6acfb602ef68dc0f34d0860 | |
parent | 5e5120b9581682740ca67de265541a7773d70916 (diff) | |
download | classpath-ee02f6913bb23339cc7bf5d4a3aabcc98110e25a.tar.gz |
2006-05-03 Andrew John Hughes <gnu_andrew@member.fsf.org>
* configure.ac:
Set version to 0.92-pre.
* NEWS:
Add space for 0.92 entries.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 10 insertions, 1 deletions
@@ -1,5 +1,12 @@ 2006-05-03 Andrew John Hughes <gnu_andrew@member.fsf.org> + * configure.ac: + Set version to 0.92-pre. + * NEWS: + Add space for 0.92 entries. + +2006-05-03 Andrew John Hughes <gnu_andrew@member.fsf.org> + * include/Makefile.am: Added rules for gnu.java.net.local.LocalSocketImpl.h * include/java_lang_VMSystem.h: @@ -1,3 +1,5 @@ +New in release 0.92 + New in release 0.91 (UNRELEASED) * Experimental activation (java.rmi.activation) support, including RMI diff --git a/configure.ac b/configure.ac index d78444faa..b4356e410 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.91-pre],[classpath@gnu.org],[classpath]) +AC_INIT([GNU Classpath],[0.92-pre],[classpath@gnu.org],[classpath]) AC_CONFIG_SRCDIR(java/lang/System.java) AC_CANONICAL_TARGET |