diff -r 454d022d514b -r aefcba28a3e0 stifui/qt/inc/version.h --- a/stifui/qt/inc/version.h Tue May 11 16:14:15 2010 +0300 +++ b/stifui/qt/inc/version.h Tue May 25 12:43:15 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)