diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2011-08-11 12:45:38 -0300 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2011-08-11 12:45:38 -0300 |
commit | 4241e685b7fce5f1620a4205988e8f107ddfff4d (patch) | |
tree | b25c66167dffd9880d08a0091cc534e59500f62b | |
parent | fc68ba52b857d2c9413caf5c4f2eb04754cd6d0f (diff) |
Prepare release 0.6.2telepathy-qt4-0.6.2
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c17d9d86..fb10e698 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 6) -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. @@ -1,7 +1,7 @@ -telepathy-qt4 0.6.2 (UNRELEASED) +telepathy-qt4 0.6.2 (2011-08-11) ================================ -The "..." release. +The "Oh! I am still alive" release. Enhancements: * Lots of additions and corrections to API documentation |