hti/hti_plat/hti_api/inc/HtiVersion.h
branchCompilerCompatibility
changeset 7 a06e2496af8b
parent 4 73ff0d268e1d
child 9 8a14024f954a
equal deleted inserted replaced
5:d66d145d3d1e 7:a06e2496af8b
    23 #include <e32std.h>
    23 #include <e32std.h>
    24 
    24 
    25 // CONSTANTS
    25 // CONSTANTS
    26 
    26 
    27 const TUint8 KHtiVersionMajor = 2;
    27 const TUint8 KHtiVersionMajor = 2;
    28 const TUint8 KHtiVersionMinor = 15;
    28 const TUint8 KHtiVersionMinor = 16;
    29 const TUint8 KHtiVersionBuild = 0;
    29 const TUint8 KHtiVersionBuild = 0;
    30 
    30 
    31 const TUint16 KHtiVersionYear  = 2009;
    31 const TUint16 KHtiVersionYear  = 2010;
    32 const TUint8  KHtiVersionMonth = 1;
    32 const TUint8  KHtiVersionMonth = 1;
    33 const TUint8  KHtiVersionWeek  = 1;
    33 const TUint8  KHtiVersionWeek  = 3;
    34 const TUint8  KHtiVersionDay   = 8;
    34 const TUint8  KHtiVersionDay   = 22;
    35 
    35 
    36 //  MACROS
    36 //  MACROS
    37 
    37 
    38 //  DATA TYPES
    38 //  DATA TYPES
    39 
    39