summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-04-12 00:50:22 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-04-12 00:50:22 -0300
commit1b9f7f0397d821ed1d0f127d567978ba86870d12 (patch)
tree064057c067d20612f12b1395e5ec0d2964d4cf41
parenta8dce5f3debea0adb3c2565504c31560d1601d2f (diff)
Prepare release 0.5.15telepathy-qt4-0.5.15
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6dadc50e..8ff660b6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,8 +40,8 @@ endif(POLICY CMP0011)
# set nano_version to 1
set(TP_QT4_MAJOR_VERSION 0)
set(TP_QT4_MINOR_VERSION 5)
-set(TP_QT4_MICRO_VERSION 14)
-set(TP_QT4_NANO_VERSION 1)
+set(TP_QT4_MICRO_VERSION 15)
+set(TP_QT4_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.