From a17a1899b9885b1edd5f12043b5040bdde67d9c4 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sat, 21 Jul 2012 11:23:40 +0200 Subject: bump version, make internal auto-tests optional --- src/base/QXmppGlobal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base') diff --git a/src/base/QXmppGlobal.h b/src/base/QXmppGlobal.h index 1ef6e92c..55899a46 100644 --- a/src/base/QXmppGlobal.h +++ b/src/base/QXmppGlobal.h @@ -37,7 +37,7 @@ # endif #endif -#if defined(QXMPP_BUILD_INTERNAL) +#if defined(QXMPP_AUTOTEST_INTERNAL) # define QXMPP_AUTOTEST_EXPORT QXMPP_EXPORT #else # define QXMPP_AUTOTEST_EXPORT @@ -52,7 +52,7 @@ /// available. /// -#define QXMPP_VERSION 0x000601 +#define QXMPP_VERSION 0x000602 QXMPP_EXPORT QString QXmppVersion(); -- cgit v1.2.3