diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2010-11-05 07:48:08 -0200 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2010-11-05 07:48:08 -0200 |
commit | 2dbd4cd687a55ec5d8e373ceebc36cfb4458f748 (patch) | |
tree | 481acb0eea3f9c964d8c26ce085f4b7dccdd9578 | |
parent | b82a5800c8cd6be34f509fbd7575245bf1c5a00c (diff) |
Prepare release 0.3.14telepathy-qt4-0.3.14
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a3617c53..33c1adbd 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 3) set(TP_QT4_MICRO_VERSION 14) -set(TP_QT4_NANO_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. @@ -1,6 +1,8 @@ -telepathy-qt4 0.3.14 (UNRELEASED) +telepathy-qt4 0.3.14 (2010-11-05) ================================= +The "O HAI MY NAME IS CONFERENCE" release. + Enhancements: * fd.o #30098 - Added an asynchronous property request API for generated low-level proxies |