cmake: Bump library version for release

This commit is contained in:
Andreas Schneider
2018-08-13 22:18:00 +02:00
parent 4d87256ca7
commit a3475c2e4b
3 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ set(APPLICATION_NAME ${PROJECT_NAME})
# Increment AGE. Set REVISION to 0
# If the source code was changed, but there were no interface changes:
# Increment REVISION.
set(LIBRARY_VERSION "4.5.0")
set(LIBRARY_VERSION "4.5.1")
set(LIBRARY_SOVERSION "4")
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked

View File

@@ -1 +1 @@
4.5.0
4.5.1

View File