Skip to content

Commit

Permalink
Update VERSION/SOVERSION for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed May 1, 2018
1 parent 78bfbf8 commit 78764e3
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 @@ -122,8 +122,8 @@ endif()
set(MAGNUMPLUGINS_CMAKE_MODULE_INSTALL_DIR share/cmake/MagnumPlugins)

# Library version
set(MAGNUM_LIBRARY_VERSION 1.0)
set(MAGNUM_LIBRARY_SOVERSION 1)
set(MAGNUM_LIBRARY_VERSION 2.0)
set(MAGNUM_LIBRARY_SOVERSION 2)

add_subdirectory(modules)
add_subdirectory(src)

0 comments on commit 78764e3

Please sign in to comment.