aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2014-03-26 16:18:53 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2014-03-26 16:18:53 +0100
commitdf7e4690a154752d464b741484e7652a5c035f1b (patch)
tree5977da52132507d4342edee29d47fd16f381ed81 /tests
parent406906816458b65a208f244f8e309804c1009a69 (diff)
downloadqxmpp-df7e4690a154752d464b741484e7652a5c035f1b.tar.gz
bump version to 0.8.0
Diffstat (limited to 'tests')
-rw-r--r--tests/qxmpputils/tst_qxmpputils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qxmpputils/tst_qxmpputils.cpp b/tests/qxmpputils/tst_qxmpputils.cpp
index 4f84988d..5c1c3e56 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.7.6"));
+ QCOMPARE(QXmppVersion(), QString("0.8.0"));
}
void tst_QXmppUtils::testTimezoneOffset()