From 8dd1e931169eb19c3ae76372b5e53ad82d6d8001 Mon Sep 17 00:00:00 2001 From: "lvfei.lv" Date: Wed, 6 Sep 2023 19:45:21 +0800 Subject: [PATCH] [Misc] Update version Summary: Update dragonwell version Test Plan: CICD Reviewed-by: kuaiwei, yuleil Issue: https://github.com/dragonwell-project/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 2da95aaecc2..e6bec30f7a2 100755 --- a/make.sh +++ b/make.sh @@ -6,7 +6,7 @@ if [ $# != 1 ]; then fi # incr by every Dragonwell release -DRAGONWELL_VERSION=16 +DRAGONWELL_VERSION=17 LC_ALL=C BUILD_MODE=$1 arch=$(uname -m) diff --git a/version.txt b/version.txt index 498c046ad0a..77f789343d6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -11.0.20.16.8-GA +11.0.20.17.8-GA