aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-08-26 09:50:18 +0200
committerAndreas Schneider <mail@cynapses.org>2009-08-26 09:50:18 +0200
commit3cf2c3639e1bcad5cddd8c7e751c5f82b0a9f4ac (patch)
treefd83510f02afc82289d9c5bec842681bfbb580cc
parenta501d63c8a76e2a737cf06228300dcf4198c6479 (diff)
downloadlibssh-3cf2c3639e1bcad5cddd8c7e751c5f82b0a9f4ac.tar.gz
libssh-3cf2c3639e1bcad5cddd8c7e751c5f82b0a9f4ac.tar.xz
libssh-3cf2c3639e1bcad5cddd8c7e751c5f82b0a9f4ac.zip
Increase version number.
-rw-r--r--CMakeLists.txt6
-rw-r--r--CPackConfig.cmake2
-rw-r--r--include/libssh/libssh.h2
3 files changed, 5 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 44b531d8..dcce56f8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,13 +6,13 @@ cmake_minimum_required(VERSION 2.6.0)
# global needed variables
set(APPLICATION_NAME ${PROJECT_NAME})
-set(APPLICATION_VERSION "0.3.3")
+set(APPLICATION_VERSION "0.3.4")
set(APPLICATION_VERSION_MAJOR "0")
set(APPLICATION_VERSION_MINOR "3")
-set(APPLICATION_VERSION_PATCH "3")
+set(APPLICATION_VERSION_PATCH "4")
-set(LIBRARY_VERSION "3.3.0")
+set(LIBRARY_VERSION "3.4.0")
set(LIBRARY_SOVERSION "3")
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
diff --git a/CPackConfig.cmake b/CPackConfig.cmake
index 2e8c159c..35098348 100644
--- a/CPackConfig.cmake
+++ b/CPackConfig.cmake
@@ -15,7 +15,7 @@ set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING")
### versions
set(CPACK_PACKAGE_VERSION_MAJOR "0")
set(CPACK_PACKAGE_VERSION_MINOR "3")
-set(CPACK_PACKAGE_VERSION_PATCH "3")
+set(CPACK_PACKAGE_VERSION_PATCH "4")
set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index ad8f20ce..bd38768c 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -51,7 +51,7 @@ typedef unsigned long long uint64_t;
/* libssh version */
#define LIBSSH_VERSION_MAJOR 0
#define LIBSSH_VERSION_MINOR 3
-#define LIBSSH_VERSION_MICRO 3
+#define LIBSSH_VERSION_MICRO 4
#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
LIBSSH_VERSION_MINOR, \