diff options
author | Alexandr Akulich <akulichalexander@gmail.com> | 2015-01-04 19:28:20 +0600 |
---|---|---|
committer | David Edmundson <kde@davidedmundson.co.uk> | 2015-01-26 19:55:05 +0100 |
commit | 5f297679b37be90b82460f6daaad77d9f08284d8 (patch) | |
tree | a252d268cba28ad0ab2e3484bbb84c5e8570ff32 | |
parent | 31c8f4170f58a21baebce226918e6ed52a46dd0b (diff) |
Prepare for 0.9.6 development.
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | NEWS | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5185d7e1..a086dccc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ 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 5) +set(TP_QT_MICRO_VERSION 6) set(TP_QT_NANO_VERSION 0) set(PACKAGE_NAME telepathy-qt) @@ -1,3 +1,8 @@ +telepathy-qt 0.9.6 () +================================= + +The "..." release. + telepathy-qt 0.9.5 (2014-09-09) ================================= |