From 2e35fa3bcaf89b21f2c079e2e780fbeecb281c6a Mon Sep 17 00:00:00 2001 From: "lvfei.lv" Date: Thu, 14 Aug 2025 08:15:29 +0000 Subject: [PATCH] [Misc] Update version Summary: Update dragonwell version Testing: CICD Reviewers: 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 f966ee959d1..7996403edce 100755 --- a/make.sh +++ b/make.sh @@ -6,7 +6,7 @@ if [ $# != 1 ]; then fi # incr by every Dragonwell release -DRAGONWELL_VERSION=24 +DRAGONWELL_VERSION=25 LC_ALL=C BUILD_MODE=$1 arch=$(uname -m) diff --git a/version.txt b/version.txt index 0cd21cd015c..89676797253 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -11.0.27.24.6-GA \ No newline at end of file +11.0.28.25.6-GA \ No newline at end of file