Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 3b444f1

Browse files
committed
bump version to 0.9.3
1 parent 9fe0fe5 commit 3b444f1

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
QXmpp 0.9.3 (UNRELEASED)
1+
QXmpp 0.9.3 (Dec 3, 2015)
2+
-------------------------
23

34
- Add QXmppIceConnection::gatheringState property.
5+
- Improve QXmppTransferManager::sendFile's handling of QIODevice ownership.
6+
- Fix QXmppTransferManagerFix convering filename to a QUrl.
47

58
QXmpp 0.9.2 (Sep 2, 2015)
69
-------------------------

qxmpp.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Common definitions
22

33
QT += network xml
4-
QXMPP_VERSION = 0.9.2
4+
QXMPP_VERSION = 0.9.3
55
QXMPP_INCLUDEPATH = $$PWD/src/base $$PWD/src/client $$PWD/src/server
66

77
# Determine library name

src/base/QXmppGlobal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
/// available.
5353
///
5454

55-
#define QXMPP_VERSION 0x000902
55+
#define QXMPP_VERSION 0x000903
5656

5757
QXMPP_EXPORT QString QXmppVersion();
5858

tests/qxmpputils/tst_qxmpputils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ void tst_QXmppUtils::testMime()
114114

115115
void tst_QXmppUtils::testLibVersion()
116116
{
117-
QCOMPARE(QXmppVersion(), QString("0.9.2"));
117+
QCOMPARE(QXmppVersion(), QString("0.9.3"));
118118
}
119119

120120
void tst_QXmppUtils::testTimezoneOffset()

0 commit comments

Comments
 (0)