summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Pichorim Boiko <gustavo.boiko@collabora.co.uk>2011-05-26 14:55:42 -0700
committerGustavo Pichorim Boiko <gustavo.boiko@collabora.co.uk>2011-05-26 14:55:42 -0700
commitbdbfa4a0f77c76f88fc16395b477c9cb41ae76ef (patch)
treed20beefe01932e0e25def651d49f8bf46f2687ae
parentef487b81c04091fe9a7730f844fb3fb643c09f2f (diff)
Start 0.1.6 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 517ba5a..f3d544d 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 5)
-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 46296f1..f603d31 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+telepathy-qt4-yell 0.1.6 (UNRELEASED)
+======================================
+
+The "..." release
+
+Enhancements:
+ * ...
+
+Fixes:
+ * ...
+
telepathy-qt4-yell 0.1.5 (2011-05-26)
======================================