aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-03-15 19:33:11 +0100
committerAndreas Schneider <mail@cynapses.org>2010-03-15 19:33:11 +0100
commit99a58eb325fdb0dce9b291c8ba586f7c239858bc (patch)
treed727027c95466171e5a95a3550c4a1a51a92c67d
parented1cba705c92ed648e0427ad0a99efeac3228ecc (diff)
downloadlibssh-99a58eb325fdb0dce9b291c8ba586f7c239858bc.tar.gz
libssh-99a58eb325fdb0dce9b291c8ba586f7c239858bc.tar.xz
libssh-99a58eb325fdb0dce9b291c8ba586f7c239858bc.zip
Increase version number to 0.4.2.
-rw-r--r--CMakeLists.txt6
-rw-r--r--CPackConfig.cmake2
-rw-r--r--include/libssh/libssh.h2
3 files changed, 4 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 71aa481d..2f616221 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,15 +6,13 @@ cmake_minimum_required(VERSION 2.6.0)
# global needed variables
set(APPLICATION_NAME ${PROJECT_NAME})
-set(APPLICATION_VERSION "0.4.0")
-
set(APPLICATION_VERSION_MAJOR "0")
set(APPLICATION_VERSION_MINOR "4")
-set(APPLICATION_VERSION_PATCH "1")
+set(APPLICATION_VERSION_PATCH "2")
set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}${APPLICATION_VERSION_MINOR}${APPLICATION_VERSION_PATCH}")
-set(LIBRARY_VERSION "4.0.1")
+set(LIBRARY_VERSION "4.0.2")
set(LIBRARY_SOVERSION "4")
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
diff --git a/CPackConfig.cmake b/CPackConfig.cmake
index db903cf1..93f7ecf2 100644
--- a/CPackConfig.cmake
+++ b/CPackConfig.cmake
@@ -13,7 +13,7 @@ set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING")
### versions
set(CPACK_PACKAGE_VERSION_MAJOR "0")
set(CPACK_PACKAGE_VERSION_MINOR "4")
-set(CPACK_PACKAGE_VERSION_PATCH "1")
+set(CPACK_PACKAGE_VERSION_PATCH "2")
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 fa4d1d83..2c90aa2b 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -79,7 +79,7 @@
/* libssh version */
#define LIBSSH_VERSION_MAJOR 0
#define LIBSSH_VERSION_MINOR 4
-#define LIBSSH_VERSION_MICRO 1
+#define LIBSSH_VERSION_MICRO 2
#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
LIBSSH_VERSION_MINOR, \