This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch branch-incremental-computation
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-incremental-computation 
by this push:
     new af7902c2177 bump to 5.0.0-incr01
af7902c2177 is described below

commit af7902c2177950941fa33ba7fefd27a143cb1e5d
Author: morningman <[email protected]>
AuthorDate: Mon Sep 14 14:26:55 2026 +0800

    bump to 5.0.0-incr01
---
 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 5b6699f045d..e08b34a9327 100755
--- a/gensrc/script/gen_build_version.sh
+++ b/gensrc/script/gen_build_version.sh
@@ -28,11 +28,11 @@
 set -eo pipefail
 
 build_version_prefix="${DORIS_BUILD_VERSION_PREFIX-doris}"
-build_version_major="${DORIS_BUILD_VERSION_MAJOR-0}"
+build_version_major="${DORIS_BUILD_VERSION_MAJOR-5}"
 build_version_minor="${DORIS_BUILD_VERSION_MINOR-0}"
 build_version_patch="${DORIS_BUILD_VERSION_PATCH-0}"
 build_version_hotfix="${DORIS_BUILD_VERSION_HOTFIX-0}"
-build_version_rc_version="${DORIS_BUILD_VERSION_RC_VERSION-""}"
+build_version_rc_version="${DORIS_BUILD_VERSION_RC_VERSION-"incr"}"
 
 
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]

Reply via email to