testfwuis/stifui/avkon/stifui/inc/version.h
changeset 3 6952856dc269
parent 2 453d490c84a5
equal deleted inserted replaced
2:453d490c84a5 3:6952856dc269
    18 #ifndef VERSION_H_
    18 #ifndef VERSION_H_
    19 #define VERSION_H_
    19 #define VERSION_H_
    20 
    20 
    21 #define STIFUI_MAJOR_VERSION 7
    21 #define STIFUI_MAJOR_VERSION 7
    22 #define STIFUI_MINOR_VERSION 3
    22 #define STIFUI_MINOR_VERSION 3
    23 #define STIFUI_BUILD_VERSION 38
    23 #define STIFUI_BUILD_VERSION 39
    24 
    24 
    25 #define STIFUI_REL_DATE "27th July 2010"
    25 #define STIFUI_REL_DATE "07th Sep 2010"
    26 
    26 
    27 #define TO_UNICODE(text) _L(text) 
    27 #define TO_UNICODE(text) _L(text) 
    28 
    28 
    29 #endif /*VERSION_H_*/
    29 #endif /*VERSION_H_*/
    30 
    30