Skip to content

Commit

Permalink
Set release version to 1.2.2
Browse files Browse the repository at this point in the history
Sets the release version to 1.2.2, which includes a minor bugfix in exporting.
  • Loading branch information
d-b-w authored Oct 2, 2019
1 parent f73512a commit 1f89536
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.1
VERSION 1.2.2
SOVERSION 1
)
target_link_libraries(maeparser Boost::disable_autolinking Boost::dynamic_linking Boost::iostreams)
Expand Down

0 comments on commit 1f89536

Please sign in to comment.