stif/inc/version.h
changeset 15 ccab7f1f8266
parent 13 33016869e0dd
child 17 67c6ff54ec25
child 20 a71a3e32a2ae
equal deleted inserted replaced
13:33016869e0dd 15:ccab7f1f8266
    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 28
    23 #define STIF_BUILD_VERSION 29
    24 
    24 
    25 #define STIF_REL_DATE "09th Mar 2010"
    25 #define STIF_REL_DATE "23th Mar 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_*/