summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Pichorim Boiko <gustavo.boiko@collabora.co.uk>2011-06-06 11:32:08 -0700
committerGustavo Pichorim Boiko <gustavo.boiko@collabora.co.uk>2011-06-06 11:32:08 -0700
commit3ed934ff49f28894293a8b86447fed9747868a59 (patch)
treeac35a131e9c62e4d03b1bd315e9afef97c9f72a8
parentdfe91afc44e55816947b81deb665da06987067b7 (diff)
Prepare release 0.1.6telepathy-qt4-yell-0.1.6
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS7
2 files changed, 4 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f3d544d..8440582 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,8 +40,8 @@ endif(POLICY CMP0011)
# set nano_version to 1
set(TP_QT4_YELL_MAJOR_VERSION 0)
set(TP_QT4_YELL_MINOR_VERSION 1)
-set(TP_QT4_YELL_MICRO_VERSION 5)
-set(TP_QT4_YELL_NANO_VERSION 1)
+set(TP_QT4_YELL_MICRO_VERSION 6)
+set(TP_QT4_YELL_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 d2d9766..1ba0915 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,7 @@
-telepathy-qt4-yell 0.1.6 (UNRELEASED)
+telepathy-qt4-yell 0.1.6 (2011-06-06)
======================================
-The "..." release
-
-Enhancements:
- * ...
+The "don't call on your model contacts unless necessary" release
Fixes:
* Make the account model item use the status of the Connection object instead of the account one