diff options
| -rw-r--r-- | CHANGELOG | 2 | ||||
| -rw-r--r-- | src/base/QXmppGlobal.h | 2 | ||||
| -rw-r--r-- | tests/qxmpputils/tst_qxmpputils.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -QXmpp 0.8.0 (UNRELEASED) +QXmpp 0.8.0 (Mar 26, 2014) - Fix QXmppServer incoming connections with Qt5 (issue 175). - Support for QXmppMessage extensions having tag names other than 'x'. diff --git a/src/base/QXmppGlobal.h b/src/base/QXmppGlobal.h index db27dc47..6c66d294 100644 --- a/src/base/QXmppGlobal.h +++ b/src/base/QXmppGlobal.h @@ -52,7 +52,7 @@ /// available. /// -#define QXMPP_VERSION 0x000706 +#define QXMPP_VERSION 0x000800 QXMPP_EXPORT QString QXmppVersion(); diff --git a/tests/qxmpputils/tst_qxmpputils.cpp b/tests/qxmpputils/tst_qxmpputils.cpp index 4f84988d..5c1c3e56 100644 --- a/tests/qxmpputils/tst_qxmpputils.cpp +++ b/tests/qxmpputils/tst_qxmpputils.cpp @@ -114,7 +114,7 @@ void tst_QXmppUtils::testMime() void tst_QXmppUtils::testLibVersion() { - QCOMPARE(QXmppVersion(), QString("0.7.6")); + QCOMPARE(QXmppVersion(), QString("0.8.0")); } void tst_QXmppUtils::testTimezoneOffset() |
