aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-05-30 12:38:17 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-05-30 12:38:17 +0200
commit94ca5ed3dfb18307d82117584dff789333366c61 (patch)
treef326b0fb1a5184c3cafd18f31135e3a1aa4765c3 /CMakeLists.txt
parent693425afabb76ea496bd531ca23ea0cf66c06699 (diff)
downloadlibssh-94ca5ed3dfb18307d82117584dff789333366c61.tar.gz
libssh-94ca5ed3dfb18307d82117584dff789333366c61.tar.xz
libssh-94ca5ed3dfb18307d82117584dff789333366c61.zip
cmake: Set next version.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 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