From f43043e5ac727fc227d7c69673c8747507e72cf0 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 10 Sep 2010 08:29:02 +0000 Subject: define QXMPP_VERSION as a macro returning an integer (like QT_VERSION), so that it is possible to write code such as: #if QXMPP_VERSION >= 0x000300 // we have QXmpp 0.3.0 or later #endif --- tests/tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tests.cpp') diff --git a/tests/tests.cpp b/tests/tests.cpp index 875448ad..2899fbe1 100644 --- a/tests/tests.cpp +++ b/tests/tests.cpp @@ -132,7 +132,7 @@ void TestUtils::testMime() void TestUtils::testLibVersion() { - QCOMPARE(QXmppVersion(), QString("0.3.0_unreleased")); + QCOMPARE(QXmppVersion(), QString("0.2.90")); } template -- cgit v1.2.3