From 1ecb81cc6f28232d283491a5b0fb22be47c08f85 Mon Sep 17 00:00:00 2001 From: "fangxi.yfx" Date: Mon, 24 Jun 2019 11:50:39 +0800 Subject: [PATCH] [Misc] upgrade java -version output to match 212u-b04 Summary: Update java -version output to match 212u-b04 while the code is already synchronized with upstream 212u-b04. Test Plan: Sanity test by make.sh Reviewed-by: D-D-H Issue: https://github.com/alibaba/dragonwell8/issues/34 --- dragonwell_version | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dragonwell_version b/dragonwell_version index 589c140..a97ee87 100644 --- a/dragonwell_version +++ b/dragonwell_version @@ -20,5 +20,5 @@ # DRAGONWELL_VERSION=8.0.0 -DRAGONWELL_JDK_UPDATE_VERSION=202 -DRAGONWELL_JDK_BUILD_NUMBER=b01 +DRAGONWELL_JDK_UPDATE_VERSION=212 +DRAGONWELL_JDK_BUILD_NUMBER=b04 -- GitLab