diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-24 19:08:29 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-24 19:08:29 +0200 |
| commit | 00b2ce0b5c5c8ae32d073d01f0815ecd366cd834 (patch) | |
| tree | fb81bc6ea0b0ead8edcc97c4e25c091b230a9ca0 | |
| parent | 02ff13b56c35dc7f17ee5ec6897961e89425850f (diff) | |
| download | qxmpp-00b2ce0b5c5c8ae32d073d01f0815ecd366cd834.tar.gz | |
bump version
| -rw-r--r-- | CHANGELOG | 5 | ||||
| -rw-r--r-- | qxmpp.pri | 2 | ||||
| -rw-r--r-- | src/base/QXmppGlobal.h | 2 | ||||
| -rw-r--r-- | tests/tests.cpp | 2 |
4 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,8 @@ +QXmpp 0.6.3 (Jul 24, 2012) +-------------------------- + + - Fix regression in X-FACEBOOK-PLATFORM authentication. + QXmpp 0.6.2 (Jul 22, 2012) -------------------------- @@ -1,7 +1,7 @@ # Common definitions QT += network xml -QXMPP_VERSION = 0.6.2 +QXMPP_VERSION = 0.6.3 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 55899a46..2b731a05 100644 --- a/src/base/QXmppGlobal.h +++ b/src/base/QXmppGlobal.h @@ -52,7 +52,7 @@ /// available. /// -#define QXMPP_VERSION 0x000602 +#define QXMPP_VERSION 0x000603 QXMPP_EXPORT QString QXmppVersion(); diff --git a/tests/tests.cpp b/tests/tests.cpp index 9993686a..7aa72494 100644 --- a/tests/tests.cpp +++ b/tests/tests.cpp @@ -135,7 +135,7 @@ void TestUtils::testMime() void TestUtils::testLibVersion() { - QCOMPARE(QXmppVersion(), QString("0.6.2")); + QCOMPARE(QXmppVersion(), QString("0.6.3")); } void TestUtils::testTimezoneOffset() |
