stifui/qt/inc/version.h
branchRCL_3
changeset 12 aefcba28a3e0
parent 9 404ad6c9bc20
child 15 65b472535a0d
equal deleted inserted replaced
11:454d022d514b 12:aefcba28a3e0
     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 1
    22 #define STIF_MINOR_VERSION 3
    22 #define STIF_MINOR_VERSION 0
    23 #define STIF_BUILD_VERSION 26
    23 #define STIF_BUILD_VERSION 0
    24 
    24 
    25 #define STIF_REL_DATE "09th Feb 2010"
    25 #define STIF_REL_DATE "1st 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_*/