diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-08-30 08:24:49 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-08-30 08:24:49 +0200 |
| commit | 74c459bdb6d77ef598bfb3b352b488730b31ca8a (patch) | |
| tree | b6849a49fe570954bb2e1b23d21494727fedba7e /tests | |
| parent | f4397521b3a57caf5889bfbbb620ce910df97cbf (diff) | |
| download | qxmpp-74c459bdb6d77ef598bfb3b352b488730b31ca8a.tar.gz | |
bump version to 0.9.1
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 61d2a5dc..f14eacc8 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.0")); + QCOMPARE(QXmppVersion(), QString("0.9.1")); } void tst_QXmppUtils::testTimezoneOffset() |
