summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-03-07 14:41:55 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-03-07 18:03:26 -0300
commit2855767b87fbeeb8dad2e7ebf9070ef5b20f0ea2 (patch)
tree9ccf5a9913a2cde3c2c54a5435b2bbb38fc266d7
parent3bed9a03a101025f67643962aaf535e4c9f15c73 (diff)
Prepare release 0.5.9telepathy-qt4-0.5.9
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8e365af2..c6daded0 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 8)
-set(TP_QT4_NANO_VERSION 1)
+set(TP_QT4_MICRO_VERSION 9)
+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.