summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS6
2 files changed, 4 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 211517b..e55913d 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 3)
-set(TP_QT4_YELL_NANO_VERSION 1)
+set(TP_QT4_YELL_MICRO_VERSION 4)
+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 a98ff28..354c60b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,17 +1,15 @@
-telepathy-qt4-yell 0.1.4 (UNRELEASED)
+telepathy-qt4-yell 0.1.4 (2011-05-04)
======================================
-The "..." release.
+The "Aruba, one happy island" release.
Enhancements:
* Implement removeRows method in AbstractConversationModel
* Keep count of unread/missed messages in SessionConversationModel
* Added auto-generate classes for Channel.Interface.CredentialsStorage
- * ...
Fixes:
* Fix media call caps update when changed
- * ...
telepathy-qt4-yell 0.1.3 (2011-04-22)
======================================