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 cdc8eb4 commit 228ad5e
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 @@ -226,7 +226,7 @@ set(CORRADE_CMAKE_MODULE_INSTALL_DIR ${CORRADE_INCLUDE_INSTALL_PREFIX}/share/cma
set(CORRADE_INCLUDE_INSTALL_DIR ${CORRADE_INCLUDE_INSTALL_PREFIX}/include/Corrade)

# Library version
set(CORRADE_LIBRARY_VERSION 2.0)
set(CORRADE_LIBRARY_VERSION 2.1)
set(CORRADE_LIBRARY_SOVERSION 2)

add_subdirectory(modules)
Expand Down

0 comments on commit 228ad5e

Please sign in to comment.