changeset in /hg/icedtea: Fix version to be 1.11-pre.

Andrew John Hughes ahughes at redhat.com
Thu Jun 11 14:39:17 PDT 2009


changeset f95ae75a68c6 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=f95ae75a68c6
description:
	Fix version to be 1.11-pre.

	2009-06-11  Andrew John Hughes  <ahughes at redhat.com>

		* configure.ac:
		Bump to 1.11-pre.

diffstat:

2 files changed, 6 insertions(+), 1 deletion(-)
ChangeLog    |    5 +++++
configure.ac |    2 +-

diffs (21 lines):

diff -r 05f411adf2f1 -r f95ae75a68c6 ChangeLog
--- a/ChangeLog	Wed Jun 10 20:49:02 2009 +0100
+++ b/ChangeLog	Thu Jun 11 22:40:38 2009 +0100
@@ -1,3 +1,8 @@ 2009-06-10  Andrew John Hughes  <ahughes
+2009-06-11  Andrew John Hughes  <ahughes at redhat.com>
+
+	* configure.ac:
+	Bump to 1.11-pre.
+
 2009-06-10  Andrew John Hughes  <ahughes at redhat.com>
 
 	* ports/hotspot/src/cpu/zero/vm/stackPrinter_zero.hpp:
diff -r 05f411adf2f1 -r f95ae75a68c6 configure.ac
--- a/configure.ac	Wed Jun 10 20:49:02 2009 +0100
+++ b/configure.ac	Thu Jun 11 22:40:38 2009 +0100
@@ -1,4 +1,4 @@ AC_INIT([icedtea], [1.10], [distro-pkg-d
-AC_INIT([icedtea], [1.10], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea], [1.11-pre], [distro-pkg-dev at openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])
 



More information about the distro-pkg-dev mailing list