summaryrefslogtreecommitdiffstats
path: root/openjdk7/build/BUILDING.txt
diff options
context:
space:
mode:
Diffstat (limited to 'openjdk7/build/BUILDING.txt')
-rw-r--r--openjdk7/build/BUILDING.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/openjdk7/build/BUILDING.txt b/openjdk7/build/BUILDING.txt
index d43d22d8..29eb838b 100644
--- a/openjdk7/build/BUILDING.txt
+++ b/openjdk7/build/BUILDING.txt
@@ -16,8 +16,8 @@
# Check ICEDTEA_BRANCH value in Makefile.in:
ICEDTEA_MAJOR="icedtea7"
-ICEDTEA_BRANCH="2.6.24"
-ICEDTEA_VERSION="2.6.24"
+ICEDTEA_BRANCH="2.6.25"
+ICEDTEA_VERSION="2.6.25"
DROPURL="http://icedtea.classpath.org/download/drops"
SUPPURL="${DROPURL}/${ICEDTEA_MAJOR}/${ICEDTEA_BRANCH}"
@@ -53,6 +53,6 @@ gpg --verify icedtea-${ICEDTEA_VERSION}.tar.xz.sig 2>&1 |grep -e "^gpg: .* sign
echo ""
JDKU=$(grep "^ *JDK_UPDATE_VERSION" acinclude.m4 | tr -d ' ' | cut -f2 -d=)
JDKB=$(grep "^ *BUILD_VERSION" acinclude.m4 | tr -d ' ' | cut -f2 -d=)
-echo "** Icedtea ${ICEDTEA_VERSION} will build OpenJDK update $JDKU build $JDKB"
+echo "** Icedtea ${ICEDTEA_VERSION} will build OpenJDK7 update $JDKU build $JDKB"
echo ==========================================================================