summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-01-03 19:23:08 -0200
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-01-03 19:23:08 -0200
commit3eebbce7ab0958c999315afdd49023907dd9a9f3 (patch)
tree6073879fd65e163f627955f9ad38a96b6c12aa12
parent3bde637a9bf3ed80e245214819558c13b890a0ce (diff)
Start 0.5.3 developmentHEADmaster
-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 1763ccac..f2193da8 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 5)
set(TP_QT4_MICRO_VERSION 2)
-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 8e56c57e..27fde381 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+telepathy-qt4 0.5.3 (UNRELEASED)
+=================================
+
+The "..." release.
+
+Enhancements:
+ * ...
+
+Fixes:
+ * ...
+
telepathy-qt4 0.5.2 (2011-01-03)
=================================