stifui/qt/inc/version.h
changeset 34 e0ec97ec3cc4
parent 19 4b22a598b890
child 31 e7a04a6385be
equal deleted inserted replaced
23:c9bf25a20c9f 34:e0ec97ec3cc4
    16 */
    16 */
    17 
    17 
    18 #ifndef VERSION_H_
    18 #ifndef VERSION_H_
    19 #define VERSION_H_
    19 #define VERSION_H_
    20 
    20 
    21 #define STIF_MAJOR_VERSION 1
    21 #define STIF_MAJOR_VERSION 7
    22 #define STIF_MINOR_VERSION 0
    22 #define STIF_MINOR_VERSION 3
    23 #define STIF_BUILD_VERSION 0
    23 #define STIF_BUILD_VERSION 34
    24 
    24 
    25 #define STIF_REL_DATE "1st Mar 2010"
    25 #define STIF_REL_DATE "1st June 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_*/