stifui/qt/inc/version.h
branchGCC_SURGE
changeset 37 c20154ccf3c0
parent 35 98924d2efce9
equal deleted inserted replaced
20:ba8a586c45f1 37:c20154ccf3c0
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 * 
    13 * 
    14 * Description: STIF QT UI version declaration
    14 * Description: STIF version declaration
    15 *
    15 *
    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 7
    21 #define STIF_MAJOR_VERSION 7
    22 #define STIF_MINOR_VERSION 3
    22 #define STIF_MINOR_VERSION 3
    23 #define STIF_BUILD_VERSION 26
    23 #define STIF_BUILD_VERSION 35
    24 
    24 
    25 #define STIF_REL_DATE "09th Feb 2010"
    25 #define STIF_REL_DATE "15th 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_*/
       
    30 
       
    31 // End of File