--- a/stifui/qt/inc/version.h Fri May 14 15:53:02 2010 +0300
+++ b/stifui/qt/inc/version.h Thu May 27 12:52:19 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)