summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateu Batle <mateu.batle@collabora.co.uk>2011-05-17 19:04:40 -0500
committerMateu Batle <mateu.batle@collabora.co.uk>2011-05-17 19:04:40 -0500
commit5b81cb89f364c1d62e8ef8760009e6a1190feb09 (patch)
tree93501ee83bd73fded9ec93abbed362774c3f6536
parent28765c4cadb47b2b0575a3ccf6e706090b9c6cf4 (diff)
Start 0.1.5 development
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS11
2 files changed, 12 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e55913d..cb0cb28 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -41,7 +41,7 @@ endif(POLICY CMP0011)
set(TP_QT4_YELL_MAJOR_VERSION 0)
set(TP_QT4_YELL_MINOR_VERSION 1)
set(TP_QT4_YELL_MICRO_VERSION 4)
-set(TP_QT4_YELL_NANO_VERSION 0)
+set(TP_QT4_YELL_NANO_VERSION 1)
# 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 354c60b..2dfd99b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+telepathy-qt4-yell 0.1.5 (UNRELEASED)
+======================================
+
+The "..." release.
+
+Enhancements:
+ * ...
+
+Fixes:
+ * ...
+
telepathy-qt4-yell 0.1.4 (2011-05-04)
======================================