stif/inc/version.h
changeset 28 1c75ea0eb44d
parent 22 a009639409f5
child 33 0d72cc2a29a3
equal deleted inserted replaced
22:a009639409f5 28:1c75ea0eb44d
    18 #ifndef VERSION_H_
    18 #ifndef VERSION_H_
    19 #define VERSION_H_
    19 #define VERSION_H_
    20 
    20 
    21 #define STIF_MAJOR_VERSION 7
    21 #define STIF_MAJOR_VERSION 7
    22 #define STIF_MINOR_VERSION 3
    22 #define STIF_MINOR_VERSION 3
    23 #define STIF_BUILD_VERSION 32
    23 #define STIF_BUILD_VERSION 33
    24 
    24 
    25 #define STIF_REL_DATE "04th May 2010"
    25 #define STIF_REL_DATE "18th May 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_*/