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 e57e98f97ce bump to 3.0.2-rc01 e57e98f97ce is described below commit e57e98f97cef84499fef8bf7ac399d0b1cff00f7 Author: Yongqiang YANG <dataroar...@gmail.com> AuthorDate: Mon Aug 12 01:07:09 2024 +0800 bump to 3.0.2-rc01 --- gensrc/script/gen_build_version.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gensrc/script/gen_build_version.sh b/gensrc/script/gen_build_version.sh index b84c4e3cf4b..b930ae7facd 100755 --- a/gensrc/script/gen_build_version.sh +++ b/gensrc/script/gen_build_version.sh @@ -30,8 +30,8 @@ set -eo pipefail build_version_prefix="doris" build_version_major=3 build_version_minor=0 -build_version_patch=1 -build_version_rc_version="rc03" +build_version_patch=2 +build_version_rc_version="rc01" build_version="${build_version_prefix}-${build_version_major}.${build_version_minor}.${build_version_patch}-${build_version_rc_version}" @@ -40,7 +40,7 @@ build_fe_meta_version=0 unset LANG unset LC_CTYPE -date="$(date +"%a, %d %b %Y %H:%M:%S %Z")" +date="$(date +"%a, %d %b %Y %H:%M:%S %qZ")" hostname="$(hostname)" cwd="$(pwd)" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org