summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGustavo Pichorim Boiko <gustavo.boiko@collabora.co.uk>2011-05-26 14:19:20 -0700
committerGustavo Pichorim Boiko <gustavo.boiko@collabora.co.uk>2011-05-26 14:19:20 -0700
commitef487b81c04091fe9a7730f844fb3fb643c09f2f (patch)
treea95a64c855a9486dc5cdf54fcd44ee662a8c4910 /CMakeLists.txt
parent6e1dbaf036f96b55fe6041e074372005a1cfe185 (diff)
Prepare release 0.1.5telepathy-qt4-yell-0.1.5
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cb0cb28..517ba5a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,8 +40,8 @@ endif(POLICY CMP0011)
# set nano_version to 1
set(TP_QT4_YELL_MAJOR_VERSION 0)
set(TP_QT4_YELL_MINOR_VERSION 1)
-set(TP_QT4_YELL_MICRO_VERSION 4)
-set(TP_QT4_YELL_NANO_VERSION 1)
+set(TP_QT4_YELL_MICRO_VERSION 5)
+set(TP_QT4_YELL_NANO_VERSION 0)
# This value contains the library's SOVERSION. This value is to be increased everytime an API/ABI break
# occurs, and will be used for the SOVERSION of the generated shared libraries.