diff options
author | Alexandr Akulich <akulichalexander@gmail.com> | 2015-05-25 00:32:13 +0500 |
---|---|---|
committer | Alexandr Akulich <akulichalexander@gmail.com> | 2015-05-25 00:33:18 +0500 |
commit | 4a8d46a6f746e6dbe91edd8f76cac4c25c73eb3d (patch) | |
tree | edabb04ed0236c015896a29911e1e94ad9c97788 | |
parent | 911dd2dd6749db90cb678824d40455e7d24a2140 (diff) |
Prepare 0.9.6.1 release.telepathy-qt-0.9.6.1
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | NEWS | 8 |
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) @@ -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) ================================= |