summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-02-15 22:46:25 -0200
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-02-15 22:46:25 -0200
commit7f3455469b2e1579a718ad9438783511217b99a1 (patch)
treed8e120a910c2b5ded6dcae7e428149a3287e1d6c
parentcc25eba8e7c5ab857fea0e38ac799fcac7e5b4bc (diff)
Start 0.4.5 developmenttelepathy-qt4-0.4
-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 644e32fe..c57f4e9f 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 4)
set(TP_QT4_MICRO_VERSION 4)
-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 c622a4be..407d2d82 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+telepathy-qt4 0.4.5 (UNRELEASED)
+=================================
+
+The "..." release.
+
+Enhancements:
+ * ...
+
+Fixes:
+ * ...
+
telepathy-qt4 0.4.4 (2011-02-15)
=================================