Skip to content

Commit ac1c98a

Browse files
committed
build: release ver-3.3.8.1
1 parent c052fa4 commit ac1c98a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cmake/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
IF (DEFINED VERNUMBER)
33
SET(TD_VER_NUMBER ${VERNUMBER})
44
ELSE ()
5-
SET(TD_VER_NUMBER "3.3.8.0.alpha")
5+
SET(TD_VER_NUMBER "3.3.8.1")
66
ENDIF ()
77

88
IF (DEFINED VERCOMPATIBLE)

tools/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ELSEIF(TD_BUILD_TAOSA_INTERNAL)
2222
ExternalProject_Add(ext_taosadapter
2323
GIT_REPOSITORY ${_git_url}
2424
PREFIX ${_base}
25-
GIT_TAG ${TAOSADAPTER_GIT_TAG_NAME}
25+
GIT_TAG ver-3.3.8.1
2626
GIT_SHALLOW ${TAOSADAPTER_GIT_TAG_SHALLOW}
2727
BUILD_IN_SOURCE TRUE
2828
DEPENDS ${TAOS_NATIVE_LIB}
@@ -81,7 +81,7 @@ ELSE()
8181
set(_cmakelists "${CMAKE_CURRENT_SOURCE_DIR}/../cmake/in/taosadapter.CMakeLists.txt.in")
8282

8383
# GIT_REPOSITORY https://github.com/taosdata/taosadapter.git
84-
# GIT_TAG 3.0
84+
# GIT_TAG ver-3.3.8.1
8585
# get_from_local_repo_if_exists("https://github.com/taosdata/taosadapter.git")
8686

8787
# NOTE: it's strongly suggested to use main branch of taosadapter.git during developping process
@@ -91,7 +91,7 @@ ELSE()
9191

9292
ExternalProject_Add(ext_taosadapter
9393
GIT_REPOSITORY ${_git_url}
94-
GIT_TAG ${TAOSADAPTER_GIT_TAG_NAME}
94+
GIT_TAG ver-3.3.8.1
9595
GIT_SHALLOW ${TAOSADAPTER_GIT_TAG_SHALLOW} # NOTE: if you specify branch other than main, please change this to FALSE
9696
BUILD_IN_SOURCE TRUE
9797
DEPENDS ${TAOS_NATIVE_LIB}

0 commit comments

Comments
 (0)