summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-11-10 18:15:16 -0200
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-11-10 18:16:58 -0200
commit83ab35a5d0568717451cfd328f60fc15995a9f7d (patch)
tree5a36890565fdc5410bb93128c6fbd23f365ae437
parentf25e522cadf69b1a9dd7cb80184af822968ba988 (diff)
Make master lead to 0.9.0
-rw-r--r--qt4/CMakeLists.txt4
-rw-r--r--qt4/NEWS19
2 files changed, 12 insertions, 11 deletions
diff --git a/qt4/CMakeLists.txt b/qt4/CMakeLists.txt
index 254ef847a..2b0787f8c 100644
--- a/qt4/CMakeLists.txt
+++ b/qt4/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 8)
-set(TP_QT4_MICRO_VERSION 0)
-set(TP_QT4_NANO_VERSION 0)
+set(TP_QT4_MICRO_VERSION 9999)
+set(TP_QT4_NANO_VERSION 1)
# 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.
diff --git a/qt4/NEWS b/qt4/NEWS
index 3955dacb0..c3aa3d682 100644
--- a/qt4/NEWS
+++ b/qt4/NEWS
@@ -1,15 +1,16 @@
-telepathy-qt4 0.8.0 (2011-11-10)
+telepathy-qt 0.9.0 (UNRELEASED)
================================
-The "Make your own vacuum tubes" release.
+The "..." release.
-This release begins the feature frozen 0.8 stable release series. 0.9 will be
-the new development series.
-0.8 will continue to be backwards compatible API and ABI wise with the earlier
-0.7 development series.
-Starting with 0.9.0 the project will be renamed to telepathy-qt (TelepathyQt) and
-Qt5 support will be added alongside Qt4 support and for that 0.9.0 will be
-API (minor changes) and ABI incompatible with previous versions.
+This release begins the new 0.9 development series for feature additions
+following the 0.8 stable release series.
+Starting with this release the project is renamed to telepathy-qt (TelepathyQt) and
+Qt5 support is added alongside Qt4 support and for that 0.9 will be
+API (see changes below) and ABI incompatible with previous versions.
+
+API changes:
+ * ...
Enhancements:
* fd.o #35084: The StreamTubeClient and StreamTubeServer classes have been