summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-06-09 15:46:01 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-06-09 15:55:57 -0300
commitff8ab4457eeb5b9802c17bc0fa087c29d3e78cca (patch)
tree63bcbc0957daf775039d2f82036647959e0974e6
parentb4f6d01be1d7f9e7c948cc269a43eb284987d2de (diff)
Prepare release 0.7.1telepathy-qt4-0.7.1
-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 41cdb3cc..8e995cc4 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 7)
-set(TP_QT4_MICRO_VERSION 0)
-set(TP_QT4_NANO_VERSION 1)
+set(TP_QT4_MICRO_VERSION 1)
+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 15bfdd74..dbdcf44c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
-telepathy-qt4 0.7.1 (UNRELEASED)
+telepathy-qt4 0.7.1 (2011-06-09)
================================
-The "..." release.
+The "where is the file?" release.
Enhancements:
* fd.o #37034: The URI property can now be set when requesting file transfers,