summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edmundson <kde@davidedmundson.co.uk>2014-09-09 00:10:13 +0200
committerDavid Edmundson <kde@davidedmundson.co.uk>2014-09-09 00:13:43 +0200
commit60ac161af063d052ea601c14f39bf1031950d68d (patch)
tree769619eda6258cb93a5f8e51ffba6c13967e79d8
parent191d7d44ec88be3785b39f785c25159bfc542604 (diff)
Prepare for 0.9.5 releasetelepathy-qt-0.9.5
-rw-r--r--CMakeLists.txt8
-rw-r--r--NEWS2
2 files changed, 3 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2e9aabbc..5185d7e1 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 4)
-set(TP_QT_NANO_VERSION 1)
+set(TP_QT_MICRO_VERSION 5)
+set(TP_QT_NANO_VERSION 0)
set(PACKAGE_NAME telepathy-qt)
@@ -120,10 +120,6 @@ option(ENABLE_FARSTREAM "Enable compilation of Farstream bindings" TRUE)
# Add an option for building tests
option(ENABLE_TESTS "Enable compilation of automated tests" TRUE)
-if (ENABLE_SERVICE_SUPPORT)
- message(STATUS "You have enabled experimental service support for Telepathy-Qt. Be aware there are no guarantees of API stability yet for service-side classes.")
-endif (ENABLE_SERVICE_SUPPORT)
-
# The doxygen macro requires Qt to have been looked up to enable crosslinking
include(Doxygen)
diff --git a/NEWS b/NEWS
index 279fa217..f6cced59 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-telepathy-qt 0.9.5 ()
+telepathy-qt 0.9.5 (2014-09-09)
=================================
The "Return of the Akademy Release" release.