stif/inc/version.h
branchRCL_3
changeset 6 ecff51f1e7fb
parent 4 73ff0d268e1d
child 7 8a14024f954a
equal deleted inserted replaced
4:73ff0d268e1d 6:ecff51f1e7fb
    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 25
    23 #define STIF_BUILD_VERSION 26
    24 
    24 
    25 #define STIF_REL_DATE "19th Jan 2010"
    25 #define STIF_REL_DATE "09th Feb 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_*/