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 bc3ff62351 change version back to branch-1.2-lts
bc3ff62351 is described below
commit bc3ff62351a8d6c30ae354a8f69e0d9c47d71ed5
Author: morningman <[email protected]>
AuthorDate: Wed Aug 30 09:52:54 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 8a3a927ff5..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="rc02"
+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: [email protected]
For additional commands, e-mail: [email protected]