From 94ca5ed3dfb18307d82117584dff789333366c61 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 30 May 2011 12:38:17 +0200 Subject: [PATCH] cmake: Set next version. --- CMakeLists.txt | 2 +- include/libssh/libssh.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 022918a6..b96a4754 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.2.0") +set(LIBRARY_VERSION "4.3.0") 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 101508ed..117a5baf 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 5 +#define LIBSSH_VERSION_MINOR 6 #define LIBSSH_VERSION_MICRO 0 #define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \