From 1b7151af2a4291888ea47c2e11d1d4d6ca3f2e91 Mon Sep 17 00:00:00 2001 From: Kuai Wei Date: Wed, 27 Feb 2019 12:49:10 +0800 Subject: [PATCH] [Misc] update version string after rebase to jdk8u202 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: rebase jdk8u202 Test Plan: sanity check in make.sh Reviewers: 传胜 Subscribers: 麦庶 Differential Revision: https://aone.alibaba-inc.com/code/D845350 --- make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.sh b/make.sh index 72e2ae1..62b8ae2 100755 --- a/make.sh +++ b/make.sh @@ -1,6 +1,6 @@ #!/bin/bash # build properties -JDK_UPDATE_VERSION=172 +JDK_UPDATE_VERSION=202 DISTRO_NAME=Dragonwell DISTRO_VERSION=8.0 @@ -52,7 +52,7 @@ fi export LDFLAGS_JDK="-L/vmfarm/tools/jemalloc/lib -ljemalloc" bash ./configure --with-milestone=fcs \ --with-freetype=/vmfarm/tools/freetype/ \ - --with-update-version=$UPDATE_VERSION \ + --with-update-version=$JDK_UPDATE_VERSION \ --with-build-number=$BUILD_INDEX \ --with-user-release-suffix="" \ --enable-unlimited-crypto \ -- GitLab