aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-10-01 14:37:26 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-10-01 14:37:26 +0200
commit0de1f5c340c96c6cabdb616468e5cf538d881989 (patch)
tree3dad113273ebbae1988f586326664167fd75507b
parent79ef8ac5f17ec18b42b74a548a5199380ba73647 (diff)
downloadqxmpp-0de1f5c340c96c6cabdb616468e5cf538d881989.tar.gz
bump version to 0.7.4
-rw-r--r--CHANGELOG6
-rw-r--r--qxmpp.pri2
-rw-r--r--src/base/QXmppGlobal.h2
-rw-r--r--tests/qxmpputils/tst_qxmpputils.cpp2
4 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9f96921b..cbef07c2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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.
diff --git a/qxmpp.pri b/qxmpp.pri
index 11edbb87..a8d116b9 100644
--- a/qxmpp.pri
+++ b/qxmpp.pri
@@ -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()