summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-10-05 10:53:05 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-10-05 10:53:05 -0300
commit3349f9748b8b926c5e7def0251e51b2584c217c9 (patch)
treeae0abc02616206f9526669353b9f949b08357126
parent2ab7469e8234ef77a021240fdbcba2e96e22875f (diff)
Start 0.6.6 developmenttelepathy-qt4-0.6
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS9
2 files changed, 10 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 27a69534..d4a37658 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -41,7 +41,7 @@ endif(POLICY CMP0011)
set(TP_QT4_MAJOR_VERSION 0)
set(TP_QT4_MINOR_VERSION 6)
set(TP_QT4_MICRO_VERSION 5)
-set(TP_QT4_NANO_VERSION 0)
+set(TP_QT4_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 48d4b1bf..8e407ca4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+telepathy-qt4 0.6.6 (UNRELEASED)
+================================
+
+Fixes:
+ * ...
+
+Enhancements:
+ * ...
+
telepathy-qt4 0.6.5 (2011-10-05)
================================