summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Pichorim Boiko <gustavo.boiko@collabora.co.uk>2011-04-22 07:00:10 -0700
committerGustavo Pichorim Boiko <gustavo.boiko@collabora.co.uk>2011-04-22 07:00:10 -0700
commit6f767193ecb4b023d24ec61a06cf9a9160b005d3 (patch)
tree65b2019413823797d24c1d0ac0f8328c4dd8fd63
parent992f6fd64b62a1c4d3b46a53ef5648c2ccaf50cb (diff)
Prepare release 0.1.3telepathy-qt4-yell-0.1.3
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS9
2 files changed, 5 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c9f0c5a..7788447 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 2)
-set(TP_QT4_YELL_NANO_VERSION 1)
+set(TP_QT4_YELL_MICRO_VERSION 3)
+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 59f10ac..848c3ba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,10 @@
-telepathy-qt4-yell 0.1.3 (UNRELEASED)
+telepathy-qt4-yell 0.1.3 (2011-04-22)
======================================
-The "..." release.
+The "time-shifting" release.
Enhancements:
- * ...
-
-Fixes:
- * ...
+ * Refactored the conversation item into purpose-specific items
telepathy-qt4-yell 0.1.2 (2011-04-14)
======================================