From bad37c2b2b3ca58bd37f0df6df8a28ad5e315b60 Mon Sep 17 00:00:00 2001 From: Dan N Date: Fri, 20 Sep 2019 14:14:38 -0700 Subject: [PATCH] Set release version to 1.2.1 Sets the release version to 1.2.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f7da14..4d39120 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ include_directories(${Boost_INCLUDE_DIRS}) add_library(maeparser SHARED Buffer.cpp MaeBlock.cpp MaeParser.cpp Reader.cpp Writer.cpp) SET_TARGET_PROPERTIES (maeparser PROPERTIES - VERSION 1.2 + VERSION 1.2.1 SOVERSION 1 ) target_link_libraries(maeparser Boost::disable_autolinking Boost::dynamic_linking Boost::iostreams)