summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlli Salli <ollisal@gmail.com>2010-10-04 21:15:13 +0300
committerOlli Salli <ollisal@gmail.com>2010-10-04 21:15:13 +0300
commit7c95738d866df0ad9ce1a9df94a034de3a5a98ae (patch)
tree5f6f9f9fb9427a05dd2b4f24c006477b6dffe840
parenta7daf452a6f2ac8e155f500308460f6f432db92b (diff)
Prepare release 0.3.11telepathy-qt4-0.3.11
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ca832b06..7c8102c5 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 3)
-set(TP_QT4_MICRO_VERSION 10)
-set(TP_QT4_NANO_VERSION 1)
+set(TP_QT4_MICRO_VERSION 11)
+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.