From 4a8d46a6f746e6dbe91edd8f76cac4c25c73eb3d Mon Sep 17 00:00:00 2001 From: Alexandr Akulich Date: Mon, 25 May 2015 00:32:13 +0500 Subject: Prepare 0.9.6.1 release. --- CMakeLists.txt | 2 +- NEWS | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a086dccc..fe8f4e09 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ endif(POLICY CMP0011) set(TP_QT_MAJOR_VERSION 0) set(TP_QT_MINOR_VERSION 9) set(TP_QT_MICRO_VERSION 6) -set(TP_QT_NANO_VERSION 0) +set(TP_QT_NANO_VERSION 1) set(PACKAGE_NAME telepathy-qt) diff --git a/NEWS b/NEWS index 0fa4c312..8dfcb9ce 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +telepathy-qt 0.9.6.1 (2015-05-25) +================================= + +The "Emergency aid" release. + +Fixes: + * Fixed illegal C++ statement in one of service interfaces. + telepathy-qt 0.9.6 (2015-05-15) ================================= -- cgit v1.2.3