未验证 提交 6b3ce4e0 编写于 作者: H Hui Li 提交者: GitHub

Merge pull request #9683 from taosdata/release/ver-2.4.0.3

Release/ver 2.4.0.3
......@@ -4,7 +4,7 @@ PROJECT(TDengine)
IF (DEFINED VERNUMBER)
SET(TD_VER_NUMBER ${VERNUMBER})
ELSE ()
SET(TD_VER_NUMBER "2.4.0.0")
SET(TD_VER_NUMBER "2.4.0.3")
ENDIF ()
IF (DEFINED VERCOMPATIBLE)
......
......@@ -4,11 +4,13 @@
set -e
#set -x
source ./sed_power.sh
source ./sed_tq.sh
source ./sed_pro.sh
source ./sed_kh.sh
source ./sed_jh.sh
scriptDir=$(dirname $(readlink -f $0))
source $scriptDir/sed_power.sh
source $scriptDir/sed_tq.sh
source $scriptDir/sed_pro.sh
source $scriptDir/sed_kh.sh
source $scriptDir/sed_jh.sh
# release.sh -v [cluster | edge]
# -c [aarch32 | aarch64 | x64 | x86 | mips64 ...]
......
name: tdengine
base: core20
version: '2.4.0.0'
version: '2.4.0.3'
icon: snap/gui/t-dengine.svg
summary: an open-source big data platform designed and optimized for IoT.
description: |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册