Skip to content

Commit

Permalink
bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Aug 30, 2015
1 parent f439752 commit 74c459b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
QXmpp 0.9.1 (Aug 30, 2015)
--------------------------

- Fix build error when VPX support is enabled (issue 71).

QXmpp 0.9.0 (Aug 28, 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.0
QXMPP_VERSION = 0.9.1
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 0x000900
#define QXMPP_VERSION 0x000901

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.0"));
QCOMPARE(QXmppVersion(), QString("0.9.1"));
}

void tst_QXmppUtils::testTimezoneOffset()
Expand Down

0 comments on commit 74c459b

Please sign in to comment.