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

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


The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
     new 52d91b1d75 change version back to branch-1.2-lts
52d91b1d75 is described below

commit 52d91b1d75b975aac2a3ebbc0311d63bbe771be4
Author: morningman <morning...@163.com>
AuthorDate: Tue Aug 22 09:45:07 2023 +0800

    change version back to branch-1.2-lts
---
 gensrc/script/gen_build_version.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gensrc/script/gen_build_version.sh 
b/gensrc/script/gen_build_version.sh
index 50dd88064c..9af2c5fd85 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=1
-build_version_minor=2
-build_version_patch=7
-build_version_rc_version="rc01"
+build_version_major=0
+build_version_minor=0
+build_version_patch=0
+build_version_rc_version="branch-1.2-lts"
 
 
build_version="${build_version_prefix}-${build_version_major}.${build_version_minor}.${build_version_patch}-${build_version_rc_version}"
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to