Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Mar 9, 2013
1 parent 05eda1d commit 32c088e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
@@ -1,5 +1,5 @@
QXmpp 0.7.6 (UNRELEASED)
------------------------
QXmpp 0.7.6 (Mar 9, 2013)
-------------------------

- Add QXmppClient::insertExtension to insert an extension at a given index.
- Disable Facebook / Google / Facebook specific mechanisms if we do not
Expand Down
2 changes: 1 addition & 1 deletion src/base/QXmppGlobal.h
Expand Up @@ -52,7 +52,7 @@
/// available.
///

#define QXMPP_VERSION 0x000705
#define QXMPP_VERSION 0x000706

QXMPP_EXPORT QString QXmppVersion();

Expand Down
2 changes: 1 addition & 1 deletion src/base/QXmppSasl.cpp
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2012 The QXmpp developers
* Copyright (C) 2008-2013 The QXmpp developers
*
* Authors:
* Manjeet Dahiya
Expand Down
2 changes: 1 addition & 1 deletion tests/qxmpputils/tst_qxmpputils.cpp
Expand Up @@ -114,7 +114,7 @@ void tst_QXmppUtils::testMime()

void tst_QXmppUtils::testLibVersion()
{
QCOMPARE(QXmppVersion(), QString("0.7.5"));
QCOMPARE(QXmppVersion(), QString("0.7.6"));
}

void tst_QXmppUtils::testTimezoneOffset()
Expand Down

0 comments on commit 32c088e

Please sign in to comment.