summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-02-16 19:03:58 -0200
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-02-16 19:04:22 -0200
commite185aab15701688dd7a07140a7f45984f4bdd082 (patch)
treeb723feb10bd125b71d6b599aa60e21cfce50d677 /CMakeLists.txt
parent1d6e3a21bcb69951378a19a9efb08107938fcb0d (diff)
Prepare release 0.1.1telepathy-qt4-yell-0.1.1
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 8f96607..e92ed0d 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 0)
-set(TP_QT4_YELL_NANO_VERSION 1)
+set(TP_QT4_YELL_MICRO_VERSION 1)
+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.