summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlli Salli <ollisal@gmail.com>2011-04-05 13:59:05 +0300
committerOlli Salli <ollisal@gmail.com>2011-04-05 13:59:05 +0300
commitdf248aad2d39e7fc95f6bf3e0b136571323413d0 (patch)
tree20ddeedd0cee9962f41414cef78d97c5545fd3e2
parent01b38b1e4cd23c1c609b2f4867cee8fd0b30cb46 (diff)
Prepare release 0.5.14telepathy-qt4-0.5.14
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS2
2 files changed, 4 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d6e8ca8c..bd658ff0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,8 +40,8 @@ endif(POLICY CMP0011)
# set nano_version to 1
set(TP_QT4_MAJOR_VERSION 0)
set(TP_QT4_MINOR_VERSION 5)
-set(TP_QT4_MICRO_VERSION 13)
-set(TP_QT4_NANO_VERSION 1)
+set(TP_QT4_MICRO_VERSION 14)
+set(TP_QT4_NANO_VERSION 0)
# This value contains the library's SOVERSION. This value is to be increased everytime an API/ABI break
# occurs, and will be used for the SOVERSION of the generated shared libraries.
diff --git a/NEWS b/NEWS
index 95671ff9..20ba83ed 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,8 @@ Fixes:
being made ready disappears
* Discrepancy between the spec and implementation on initially assumed
non-locally-requested StreamedMediaChannel stream direction
+ * Reporting capabilities of offline accounts incorrectly because of a .manager
+ file parsing bug
telepathy-qt4 0.5.13 (2011-03-23)
=================================