epoc32/include/f32ver.h
branchSymbian3
changeset 4 837f303aceeb
parent 3 e1b950c65cb4
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // f32\inc\f32ver.h
       
    15 //
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22  @publishedPartner
       
    23  @released
       
    24 */
       
    25 
       
    26 #if !defined(__F32VER_H__)
       
    27 #define __F32VER_H__
       
    28 //
       
    29 /**
       
    30 @publishedPartner
       
    31 @released
       
    32 
       
    33 The major version number.
       
    34 
       
    35 @see TVersion
       
    36 */
       
    37 const TInt KF32MajorVersionNumber=2;
       
    38 
       
    39 
       
    40 
       
    41 
       
    42 /**
       
    43 @publishedPartner
       
    44 @released
       
    45 
       
    46 The minor version number.
       
    47 
       
    48 @see TVersion
       
    49 */
       
    50 const TInt KF32MinorVersionNumber=0;
       
    51 
       
    52 
       
    53 
       
    54 
       
    55 /**
       
    56 @publishedPartner
       
    57 @released
       
    58 
       
    59 The build number.
       
    60 
       
    61 @see TVersion
       
    62 */
       
    63 const TInt KF32BuildVersionNumber=1805;
       
    64 //
       
    65 #endif