Skip to content

Commit

Permalink
Set release version to 1.2
Browse files Browse the repository at this point in the history
Sets the release version to 1.2
  • Loading branch information
d-b-w authored Jul 11, 2019
1 parent fc02616 commit 2088695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ 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.1
SOVERSION 1
VERSION 1.2
SOVERSION 1.2
)
target_link_libraries(maeparser Boost::disable_autolinking Boost::dynamic_linking Boost::iostreams)

Expand Down

0 comments on commit 2088695

Please sign in to comment.