Skip to content

Commit

Permalink
bump version to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Dec 3, 2015
1 parent 9fe0fe5 commit 3b444f1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
QXmpp 0.9.3 (UNRELEASED)
QXmpp 0.9.3 (Dec 3, 2015)
-------------------------

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

QXmpp 0.9.2 (Sep 2, 2015)
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion qxmpp.pri
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Common definitions

QT += network xml
QXMPP_VERSION = 0.9.2
QXMPP_VERSION = 0.9.3
QXMPP_INCLUDEPATH = $$PWD/src/base $$PWD/src/client $$PWD/src/server

# Determine library name
Expand Down
2 changes: 1 addition & 1 deletion src/base/QXmppGlobal.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
/// available.
///

#define QXMPP_VERSION 0x000902
#define QXMPP_VERSION 0x000903

QXMPP_EXPORT QString QXmppVersion();

Expand Down
2 changes: 1 addition & 1 deletion tests/qxmpputils/tst_qxmpputils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ void tst_QXmppUtils::testMime()

void tst_QXmppUtils::testLibVersion()
{
QCOMPARE(QXmppVersion(), QString("0.9.2"));
QCOMPARE(QXmppVersion(), QString("0.9.3"));
}

void tst_QXmppUtils::testTimezoneOffset()
Expand Down

0 comments on commit 3b444f1

Please sign in to comment.