telepathy-qt: Prepare for 0.9.5 release

David Edmundson davidedmundson at kemper.freedesktop.org
Mon Sep 8 15:26:33 PDT 2014


Module: telepathy-qt
Branch: master
Commit: 60ac161af063d052ea601c14f39bf1031950d68d
URL:    http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=60ac161af063d052ea601c14f39bf1031950d68d

Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Tue Sep  9 00:10:13 2014 +0200

Prepare for 0.9.5 release

---

 CMakeLists.txt |    8 ++------
 NEWS           |    2 +-
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2e9aabb..5185d7e 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 279fa21..f6cced5 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.



More information about the telepathy-commits mailing list