Skip to content

Commit

Permalink
Bump VERSION/SOVERSION for the next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed May 1, 2018
1 parent f28c498 commit a8ad660
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 @@ -215,8 +215,8 @@ 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 1.0)
set(CORRADE_LIBRARY_SOVERSION 1)
set(CORRADE_LIBRARY_VERSION 2.0)
set(CORRADE_LIBRARY_SOVERSION 2)

add_subdirectory(modules)
add_subdirectory(src)
Expand Down

0 comments on commit a8ad660

Please sign in to comment.