update common, update version: v2.4.17

This commit is contained in:
ruanshudong 2021-04-01 22:06:32 +08:00
parent e5d549ffa9
commit 0e710ad2ec
2 changed files with 7 additions and 7 deletions

View File

@ -20,12 +20,12 @@ if("${TARS_CPP_COMMON}" STREQUAL "")
endif()
set(major "")
set(minor "")
set(patch "")
get_version(major minor patch)
# set(major "")
# set(minor "")
# set(patch "")
# get_version(major minor patch)
set(TARS_VERSION ${major}.${minor}.${patch})
# set(TARS_VERSION ${major}.${minor}.${patch})
add_definitions(-DTARS_VERSION="${TARS_VERSION}")

View File

@ -1,7 +1,7 @@
# set(TARS_VERSION "2.4.16")
# add_definitions(-DTARS_VERSION="${TARS_VERSION}")
set(TARS_VERSION "2.4.17")
add_definitions(-DTARS_VERSION="${TARS_VERSION}")
set(CMAKE_VERBOSE_MAKEFILE off)