Skip to content

Commit

Permalink
Bump the soversion for 2018.10.
Browse files Browse the repository at this point in the history
Unlike in 2018.04 there were no extremely breaking changes, so not
bumping the major version.
  • Loading branch information
mosra committed Oct 23, 2018
1 parent c4d54e6 commit 665bad4
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 @@ -95,7 +95,7 @@ endif()
set(MAGNUMINTEGRATION_CMAKE_MODULE_INSTALL_DIR share/cmake/MagnumIntegration)

# Library version
set(MAGNUM_LIBRARY_VERSION 2.0)
set(MAGNUM_LIBRARY_VERSION 2.1)
set(MAGNUM_LIBRARY_SOVERSION 2)

add_subdirectory(modules)
Expand Down

0 comments on commit 665bad4

Please sign in to comment.