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 44f829a commit 9457cfc
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 @@ -364,8 +364,8 @@ set(MAGNUM_PLUGINS_AUDIOIMPORTER_DEBUG_DIR ${MAGNUM_PLUGINS_DEBUG_DIR}/audioimpo
set(MAGNUM_PLUGINS_AUDIOIMPORTER_RELEASE_DIR ${MAGNUM_PLUGINS_RELEASE_DIR}/audioimporters)

# 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)
Expand Down

0 comments on commit 9457cfc

Please sign in to comment.