emailservices/emailframework/inc/emailversionnumbers.hrh
branchRCL_3
changeset 20 efd4f1afd43e
parent 12 4ce476e64c59
child 23 dcf0eedfc1a3
equal deleted inserted replaced
18:6b8f3b30d0ec 20:efd4f1afd43e
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description : Common email version number definitions
    14 * Description : Common email version number definitions
    15 * Version     : %version: 10.1.5 %
    15 * Version     : %version: 10.1.7 %
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #ifndef EMAILVERSIONNUMBERS_HRH
    20 #ifndef EMAILVERSIONNUMBERS_HRH
    23 
    23 
    24 /** Binary version number to be used in Cmail related mmp-files. In binary
    24 /** Binary version number to be used in Cmail related mmp-files. In binary
    25  *  version number both major and minor version are stored in separate 32 bit
    25  *  version number both major and minor version are stored in separate 32 bit
    26  *  location.
    26  *  location.
    27  */
    27  */
    28 #define KEmailBinaryVersionNumber 10.7
    28 #define KEmailBinaryVersionNumber 10.9
    29 
    29 
    30 /** ECom version number to be used in Cmail related ECom registeration
    30 /** ECom version number to be used in Cmail related ECom registeration
    31  *  resource files.
    31  *  resource files.
    32  *  NOTE: Version number in ECom registeration resource file is saved as one
    32  *  NOTE: Version number in ECom registeration resource file is saved as one
    33  *  byte, so 255 is the maximum version number.
    33  *  byte, so 255 is the maximum version number.
    34  */
    34  */
    35 #define KEmailEcomVersionNumber 7
    35 #define KEmailEcomVersionNumber 9
    36 
    36 
    37 /** Binary paging setting (paged/non-paged)
    37 /** Binary paging setting (paged/non-paged)
    38  */
    38  */
    39 #define KEmailBinaryDemandPaging PAGED
    39 #define KEmailBinaryDemandPaging PAGED
    40 
    40