release version 1.3.2

This commit is contained in:
lukas 2020-05-02 14:59:56 +02:00
parent 81d85a51f8
commit 2353e4b420

View File

@ -14,7 +14,7 @@ SET(CMAKE_CXX_STANDARD 17)
SET(CMAKE_BUILD_TYPE Release) # manually SET build type (Release / Debug) SET(CMAKE_BUILD_TYPE Release) # manually SET build type (Release / Debug)
SET(LIB_METHOD STATIC) #SHARED / STATIC SET(LIB_METHOD STATIC) #SHARED / STATIC
SET(PROJECT_VERSION 1.3.1-dev) SET(PROJECT_VERSION 1.3.2)
option(BUILD_DOC "Build documentation" ON) option(BUILD_DOC "Build documentation" ON)
SET(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) SET(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)