diff options
-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 f0c69c8d..9ea13a7a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,8 +40,8 @@ endif(POLICY CMP0011) # set nano_version to 1 set(TP_QT_MAJOR_VERSION 0) set(TP_QT_MINOR_VERSION 9) -set(TP_QT_MICRO_VERSION 0) -set(TP_QT_NANO_VERSION 1) +set(TP_QT_MICRO_VERSION 1) +set(TP_QT_NANO_VERSION 0) set(PACKAGE_NAME telepathy-qt) @@ -1,7 +1,7 @@ -telepathy-qt 0.9.1 (UNRELEASED) +telepathy-qt 0.9.1 (2012-03-23) ================================= -The "..." release. +The "it is call time" release. Enhancements: * fd.o #43025: Tp::Presence now has a setStatusMessage() method which keeps the |