Skip to content

Commit e38f1a2

Browse files
committed
build: release ver-3.2.2.0
1 parent f9363e7 commit e38f1a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmake/cmake.version

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.2.2.0.alpha")
5+
SET(TD_VER_NUMBER "3.2.2.0")
66
ENDIF ()
77

88
IF (DEFINED VERCOMPATIBLE)

cmake/taosadapter_CMakeLists.txt.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# taosadapter
33
ExternalProject_Add(taosadapter
44
GIT_REPOSITORY https://github.com/taosdata/taosadapter.git
5-
GIT_TAG main
5+
GIT_TAG ver-3.2.2.0
66
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taosadapter"
77
BINARY_DIR ""
88
#BUILD_IN_SOURCE TRUE

cmake/taostools_CMakeLists.txt.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# taos-tools
33
ExternalProject_Add(taos-tools
44
GIT_REPOSITORY https://github.com/taosdata/taos-tools.git
5-
GIT_TAG main
5+
GIT_TAG ver-3.2.2.0
66
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taos-tools"
77
BINARY_DIR ""
88
#BUILD_IN_SOURCE TRUE

0 commit comments

Comments
 (0)