diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2011-03-18 20:10:19 -0300 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2011-03-18 20:10:19 -0300 |
commit | 119683c012cdb932421d6176fd86202a56a6e645 (patch) | |
tree | a3ceccb01a76233c278c6a6c15f5edec299985e3 | |
parent | 106848204fe8801525f276ff438ee6d9fb4ae5cd (diff) |
Prepare release 0.5.12telepathy-qt4-0.5.12
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ac704a75..0be80bbd 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 11) -set(TP_QT4_NANO_VERSION 1) +set(TP_QT4_MICRO_VERSION 12) +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,4 +1,4 @@ -telepathy-qt4 0.5.12 (UNRELEASED) +telepathy-qt4 0.5.12 (2011-03-18) ================================= The "Can I use the IM framework for, like, sending and receiving messages" release. |