From 74b02365d25cbd7f6a8e9eaee2a6d730cd56f741 Mon Sep 17 00:00:00 2001 From: Accelerator1996 <1054516680@qq.com> Date: Fri, 6 May 2022 16:09:17 +0800 Subject: [PATCH] [Misc] Update DRAGONWELL_VERSION to 11.0.15.11+9 Summary: Update 11.0.15.11+9 version Test Plan: CI pipeline Reviewed-by: joeyleeeeeee97,yuleil Issue: https://github.com/alibaba/dragonwell11/issues/225 --- make.sh | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/make.sh b/make.sh index 006b6b8f183..5cc188a1657 100755 --- a/make.sh +++ b/make.sh @@ -6,7 +6,7 @@ if [ $# != 1 ]; then fi # incr by every Dragonwell release -DRAGONWELL_VERSION=10 +DRAGONWELL_VERSION=15 LC_ALL=C BUILD_MODE=$1 arch=$(uname -m) diff --git a/version.txt b/version.txt index fc06213b2ed..d237a2895c6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -11.0.14.10.0-GA +11.0.15.11+9-GA