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 1513a15 commit 3e7fdf4
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 @@ -373,7 +373,7 @@ 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 2.0)
set(MAGNUM_LIBRARY_VERSION 2.1)
set(MAGNUM_LIBRARY_SOVERSION 2)

add_subdirectory(modules)
Expand Down

0 comments on commit 3e7fdf4

Please sign in to comment.