Skip to content

Commit

Permalink
CMake: bump library version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed Feb 4, 2019
1 parent 328a7e7 commit c114cb1
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 @@ -208,7 +208,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.1)
set(CORRADE_LIBRARY_VERSION 2.2)
set(CORRADE_LIBRARY_SOVERSION 2)

add_subdirectory(modules)
Expand Down

0 comments on commit c114cb1

Please sign in to comment.