summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-01-03 19:04:03 -0200
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-01-03 19:04:03 -0200
commit3bde637a9bf3ed80e245214819558c13b890a0ce (patch)
treef6a1f0a1ff7b9ceb963f07cf608db5eadb4fac15
parent8d3bddcfc0792c96c5fbc43f24124c6d5f143c21 (diff)
Prepare release 0.5.2telepathy-qt4-0.5.2
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS4
2 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f9840a4b..1763ccac 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,8 +40,8 @@ endif(POLICY CMP0011)
# set nano_version to 1
set(TP_QT4_MAJOR_VERSION 0)
set(TP_QT4_MINOR_VERSION 5)
-set(TP_QT4_MICRO_VERSION 1)
-set(TP_QT4_NANO_VERSION 1)
+set(TP_QT4_MICRO_VERSION 2)
+set(TP_QT4_NANO_VERSION 0)
# 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 426fe664..8e56c57e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
-telepathy-qt4 0.5.2 (UNRELEASED)
+telepathy-qt4 0.5.2 (2011-01-03)
=================================
-The "..." release.
+The "I'm not subscribed now, right? WRONG" release.
Enhancements:
* Added Or/NotFilter classes making it more flexible to use the Filter API.