diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-10-01 14:37:26 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-10-01 14:37:26 +0200 |
| commit | 0de1f5c340c96c6cabdb616468e5cf538d881989 (patch) | |
| tree | 3dad113273ebbae1988f586326664167fd75507b | |
| parent | 79ef8ac5f17ec18b42b74a548a5199380ba73647 (diff) | |
| download | qxmpp-0de1f5c340c96c6cabdb616468e5cf538d881989.tar.gz | |
bump version to 0.7.4
| -rw-r--r-- | CHANGELOG | 6 | ||||
| -rw-r--r-- | qxmpp.pri | 2 | ||||
| -rw-r--r-- | src/base/QXmppGlobal.h | 2 | ||||
| -rw-r--r-- | tests/qxmpputils/tst_qxmpputils.cpp | 2 |
4 files changed, 6 insertions, 6 deletions
@@ -1,5 +1,5 @@ -QXmpp 0.7.4 (UNRELEASED) ------------------------- +QXmpp 0.7.4 (Oct 1, 2012) +------------------------- - Add XEP-0249: Direct MUC Invitations attributes to QXmppMessage. - Add XEP-0045: Multi-User Chat attributes to QXmppPresence. @@ -14,7 +14,7 @@ QXmpp 0.7.4 (UNRELEASED) * Allow StreamHost::host to contain a host name. QXmpp 0.7.3 (Sep 7, 2012) ------------------------- +------------------------- - Fix QXmppMucRoom::name(), only consider discovery IQs from the room. @@ -1,7 +1,7 @@ # Common definitions QT += network xml -QXMPP_VERSION = 0.7.3 +QXMPP_VERSION = 0.7.4 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 a0db979d..a0d99394 100644 --- a/src/base/QXmppGlobal.h +++ b/src/base/QXmppGlobal.h @@ -52,7 +52,7 @@ /// available. /// -#define QXMPP_VERSION 0x000703 +#define QXMPP_VERSION 0x000704 QXMPP_EXPORT QString QXmppVersion(); diff --git a/tests/qxmpputils/tst_qxmpputils.cpp b/tests/qxmpputils/tst_qxmpputils.cpp index bf1c80dc..f4ba194f 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.3")); + QCOMPARE(QXmppVersion(), QString("0.7.4")); } void tst_QXmppUtils::testTimezoneOffset() |
