Skip to content

Commit

Permalink
Set release version to 1.1
Browse files Browse the repository at this point in the history
Sets the release version to 1.1
  • Loading branch information
d-b-w authored Feb 28, 2019
1 parent 5dcb507 commit 368a674
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 @@ -15,7 +15,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.0.1
VERSION 1.1
SOVERSION 1
)
target_link_libraries(maeparser Boost::disable_autolinking Boost::dynamic_linking Boost::iostreams)
Expand Down

0 comments on commit 368a674

Please sign in to comment.