This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new f0da8c60f6b 4.0.0-rc01
f0da8c60f6b is described below
commit f0da8c60f6b5db06bf1568a50f68b1accfbfe58e
Author: yiguolei <[email protected]>
AuthorDate: Mon Sep 15 11:11:10 2025 +0800
4.0.0-rc01
---
gensrc/script/gen_build_version.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gensrc/script/gen_build_version.sh
b/gensrc/script/gen_build_version.sh
index f17927b4d87..b55be89a151 100755
--- a/gensrc/script/gen_build_version.sh
+++ b/gensrc/script/gen_build_version.sh
@@ -33,11 +33,11 @@ if [[ $1 != "" ]]; then
fi
build_version_prefix="${vendor}"
-build_version_major=0
+build_version_major=4
build_version_minor=0
build_version_patch=0
build_version_hotfix=0
-build_version_rc_version=""
+build_version_rc_version="rc01"
build_version="${build_version_prefix}-${build_version_major}.${build_version_minor}.${build_version_patch}"
if [[ ${build_version_hotfix} -gt 0 ]]; then
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]