This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 56c08761c63 mark 3.0.0-rc05
56c08761c63 is described below
commit 56c08761c63d7ca17b87f62c68faa603f3153b36
Author: Yongqiang YANG <[email protected]>
AuthorDate: Fri May 17 11:40:47 2024 +0800
mark 3.0.0-rc05
---
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 eec7281c449..d2818c595e8 100755
--- a/gensrc/script/gen_build_version.sh
+++ b/gensrc/script/gen_build_version.sh
@@ -28,10 +28,10 @@
set -eo pipefail
build_version_prefix="doris"
-build_version_major=0
+build_version_major=3
build_version_minor=0
build_version_patch=0
-build_version_rc_version=""
+build_version_rc_version="rc05"
build_version="${build_version_prefix}-${build_version_major}.${build_version_minor}.${build_version_patch}-${build_version_rc_version}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]