Skip to content

Commit

Permalink
Set release version to 1.2.1
Browse files Browse the repository at this point in the history
Sets the release version to 1.2.1
  • Loading branch information
d-b-w authored Sep 20, 2019
1 parent 709a885 commit bad37c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bad37c2

Please sign in to comment.