Bump version to 0.8.5

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2018-10-29 09:33:24 +01:00
parent 56f7c27852
commit 273fb4cfc6
3 changed files with 13 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
include(DefineCMakeDefaults)
include(DefineCompilerFlags)
project(libssh VERSION 0.8.4 LANGUAGES C)
project(libssh VERSION 0.8.5 LANGUAGES C)
# global needed variable
set(APPLICATION_NAME ${PROJECT_NAME})