changeset 2553:2833d66bbe16 icedtea-2.2

Fix OPENJDK_VERSION to match forest being compiled. 2012-05-30 Andrew John Hughes <ahughes@redhat.com> * Makefile.am: (OPENJDK_VERSION): Bump to b21 (latest in 2.2 tree).
author Andrew John Hughes <ahughes@redhat.com>
date Thu, 31 May 2012 01:20:52 +0100
parents 6e616621a65e
children c91bd5e54f2c
files ChangeLog Makefile.am
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed May 30 23:21:53 2012 +0100
+++ b/ChangeLog	Thu May 31 01:20:52 2012 +0100
@@ -1,3 +1,9 @@
+2012-05-30  Andrew John Hughes  <ahughes@redhat.com>
+
+	* Makefile.am:
+	(OPENJDK_VERSION): Bump to b21 (latest in
+	2.2 tree).
+
 2012-05-30  Andrew John Hughes  <ahughes@redhat.com>
 
 	* configure.ac: Set to 2.2 proper.
--- a/Makefile.am	Wed May 30 23:21:53 2012 +0100
+++ b/Makefile.am	Thu May 31 01:20:52 2012 +0100
@@ -1,6 +1,6 @@
 # Dependencies
 
-OPENJDK_VERSION = b13
+OPENJDK_VERSION = b21
 JDK_UPDATE_VERSION = 04
 COMBINED_VERSION = $(JDK_UPDATE_VERSION)-$(OPENJDK_VERSION)