diff -r 31fc1277642e -r 41ebde60981f stifui/qt/inc/version.h --- a/stifui/qt/inc/version.h Thu May 13 21:10:48 2010 +0300 +++ b/stifui/qt/inc/version.h Fri May 14 15:15:12 2010 +0300 @@ -11,18 +11,18 @@ * * Contributors: * -* Description: STIF QT UI version declaration +* Description: STIF version declaration * */ #ifndef VERSION_H_ #define VERSION_H_ -#define STIF_MAJOR_VERSION 7 -#define STIF_MINOR_VERSION 3 -#define STIF_BUILD_VERSION 26 +#define STIF_MAJOR_VERSION 1 +#define STIF_MINOR_VERSION 0 +#define STIF_BUILD_VERSION 0 -#define STIF_REL_DATE "09th Feb 2010" +#define STIF_REL_DATE "1st Mar 2010" #define TO_UNICODE(text) _L(text)