summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandr Akulich <akulichalexander@gmail.com>2015-05-25 00:32:13 +0500
committerAlexandr Akulich <akulichalexander@gmail.com>2015-05-25 00:33:18 +0500
commit4a8d46a6f746e6dbe91edd8f76cac4c25c73eb3d (patch)
treeedabb04ed0236c015896a29911e1e94ad9c97788
parent911dd2dd6749db90cb678824d40455e7d24a2140 (diff)
Prepare 0.9.6.1 release.telepathy-qt-0.9.6.1
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS8
2 files changed, 9 insertions, 1 deletions
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)
=================================