diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-18 07:43:25 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-18 07:43:25 +0200 |
| commit | 2006c17c89f270af388cd64cdc15423e0672e00c (patch) | |
| tree | 7e87b6c09817666a106fc7dc574edb40196a2e70 | |
| parent | 7e72b2d00b61cf05187ebe011c34426bf8594a20 (diff) | |
| download | qxmpp-2006c17c89f270af388cd64cdc15423e0672e00c.tar.gz | |
bump version to 0.5.0
| -rw-r--r-- | CHANGELOG | 6 | ||||
| -rw-r--r-- | qxmpp.pri | 2 | ||||
| -rw-r--r-- | src/base/QXmppGlobal.h | 2 | ||||
| -rw-r--r-- | tests/tests.cpp | 2 |
4 files changed, 6 insertions, 6 deletions
@@ -1,5 +1,5 @@ -QXmpp 0.5.0 (UNRELEASED) ------------------------- +QXmpp 0.5.0 (Jul 18, 2012) +-------------------------- - New XEPs * XEP-0059: Result Set Management @@ -8,7 +8,7 @@ QXmpp 0.5.0 (UNRELEASED) - Advertise support for XEP-0249: Direct MUC Invitations - Make QXmppTransferManager fully asynchronous. - Remove QXmppPacket class. - - Move utility method to a QXmppUtils class. + - Move utility methods to a QXmppUtils class. - Remove QXmppReconnectionManager, QXmppClient handles reconnections. - Improve QXmppArchiveManager to allow paginated navigation (Olivier Goffart). - Only emit QXmppVersionManager::versionReceived() for results. @@ -1,7 +1,7 @@ # Common definitions QT += network xml -QXMPP_VERSION = 0.4.94 +QXMPP_VERSION = 0.5.0 QXMPP_INCLUDEPATH = $$PWD/src/base $$PWD/src/client $$PWD/src/server # Determine library name diff --git a/src/base/QXmppGlobal.h b/src/base/QXmppGlobal.h index dc95429e..abfdf5b6 100644 --- a/src/base/QXmppGlobal.h +++ b/src/base/QXmppGlobal.h @@ -46,7 +46,7 @@ /// available. /// -#define QXMPP_VERSION 0x00045e +#define QXMPP_VERSION 0x000500 QXMPP_EXPORT QString QXmppVersion(); diff --git a/tests/tests.cpp b/tests/tests.cpp index 9481324b..f824b938 100644 --- a/tests/tests.cpp +++ b/tests/tests.cpp @@ -149,7 +149,7 @@ void TestUtils::testMime() void TestUtils::testLibVersion() { - QCOMPARE(QXmppVersion(), QString("0.4.94")); + QCOMPARE(QXmppVersion(), QString("0.5.0")); } void TestUtils::testTimezoneOffset() |
