summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexandr Akulich <akulichalexander@gmail.com>2015-05-25 00:26:02 +0500
committerAlexandr Akulich <akulichalexander@gmail.com>2015-08-29 17:10:35 +0500
commit9c5829933de502363fc36c0d0f3251c4de247cfa (patch)
tree5493383f3207e5abfa9456992c2e6829a00357ee /CMakeLists.txt
parent5af7f97ae33f22595ce868c37041adf5f5d1a579 (diff)
Prepare 0.9.7 development.
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 c6a5a2aa..9a014ce3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,8 +12,8 @@ cmake_minimum_required(VERSION 2.8.12)
# set nano_version to 1
set(TP_QT_MAJOR_VERSION 0)
set(TP_QT_MINOR_VERSION 9)
-set(TP_QT_MICRO_VERSION 6)
-set(TP_QT_NANO_VERSION 1)
+set(TP_QT_MICRO_VERSION 7)
+set(TP_QT_NANO_VERSION 0)
set(PACKAGE_NAME telepathy-qt)