diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-09-02 16:45:37 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-09-02 16:45:37 +0200 |
| commit | 73d9aa8badbf4cabf55fcc740cc79ec0d4b528f9 (patch) | |
| tree | b6a2e704697b79735f569e32668f4d52dc335ab8 /tests | |
| parent | 4ca7f04b6b8eedfd23a67143f1885901842ee011 (diff) | |
| download | qxmpp-73d9aa8badbf4cabf55fcc740cc79ec0d4b528f9.tar.gz | |
bump version to 0.9.2
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/qxmpputils/tst_qxmpputils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qxmpputils/tst_qxmpputils.cpp b/tests/qxmpputils/tst_qxmpputils.cpp index f14eacc8..55314823 100644 --- a/tests/qxmpputils/tst_qxmpputils.cpp +++ b/tests/qxmpputils/tst_qxmpputils.cpp @@ -114,7 +114,7 @@ void tst_QXmppUtils::testMime() void tst_QXmppUtils::testLibVersion() { - QCOMPARE(QXmppVersion(), QString("0.9.1")); + QCOMPARE(QXmppVersion(), QString("0.9.2")); } void tst_QXmppUtils::testTimezoneOffset() |
