Skip to content

Commit

Permalink
bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Sep 3, 2012
1 parent 3d7fb1d commit 6f05eed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
QXmpp 0.6.4 (UNRELEASED)
------------------------
QXmpp 0.7.0 (Sep 3, 2012)
-------------------------

- New XEPs:
* XEP-0033: Extended Stanza Addressing
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.6.3
QXMPP_VERSION = 0.7.0
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 0x000603
#define QXMPP_VERSION 0x000700

QXMPP_EXPORT QString QXmppVersion();

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

void TestUtils::testLibVersion()
{
QCOMPARE(QXmppVersion(), QString("0.6.3"));
QCOMPARE(QXmppVersion(), QString("0.7.0"));
}

void TestUtils::testTimezoneOffset()
Expand Down

0 comments on commit 6f05eed

Please sign in to comment.