summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2012-03-23 10:53:19 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2012-03-23 10:53:19 -0300
commit50d668ff9eaca2c54e6e8057304ecbae065f5322 (patch)
treea182dff806cf58a649427ff42c012c16a66ada60 /CMakeLists.txt
parent615a3773587ad8ff36befd3dc9a0c671c6323240 (diff)
Prepare release 0.9.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 f0c69c8d..9ea13a7a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,8 +40,8 @@ endif(POLICY CMP0011)
# set nano_version to 1
set(TP_QT_MAJOR_VERSION 0)
set(TP_QT_MINOR_VERSION 9)
-set(TP_QT_MICRO_VERSION 0)
-set(TP_QT_NANO_VERSION 1)
+set(TP_QT_MICRO_VERSION 1)
+set(TP_QT_NANO_VERSION 0)
set(PACKAGE_NAME telepathy-qt)