aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-04-29 12:24:33 +0200
committerAndreas Schneider <asn@cryptomilk.org>2015-04-29 12:24:33 +0200
commit9e99408dbaf5414a305f233b387fcce36c141ae0 (patch)
treee6c3a4b4b619dc69ed7c6a2f43f792e3ca506e40
parent6b49863bb0375e0abd37a7a8d85007d323fd42c4 (diff)
downloadlibssh-9e99408dbaf5414a305f233b387fcce36c141ae0.tar.gz
libssh-9e99408dbaf5414a305f233b387fcce36c141ae0.tar.xz
libssh-9e99408dbaf5414a305f233b387fcce36c141ae0.zip
Bump version to 0.6.5libssh-0.6.5
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--CMakeLists.txt4
-rw-r--r--include/libssh/libssh.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2066537a..b1c403ed 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ set(APPLICATION_NAME ${PROJECT_NAME})
set(APPLICATION_VERSION_MAJOR "0")
set(APPLICATION_VERSION_MINOR "6")
-set(APPLICATION_VERSION_PATCH "4")
+set(APPLICATION_VERSION_PATCH "5")
set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
@@ -19,7 +19,7 @@ set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINO
# 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
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index e5339b11..34e3697d 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -78,7 +78,7 @@
/* libssh version */
#define LIBSSH_VERSION_MAJOR 0
#define LIBSSH_VERSION_MINOR 6
-#define LIBSSH_VERSION_MICRO 4
+#define LIBSSH_VERSION_MICRO 5
#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
LIBSSH_VERSION_MINOR, \