epoc32/include/f32ver.h
author William Roberts <williamr@symbian.org>
Tue, 16 Mar 2010 16:12:26 +0000
branchSymbian2
changeset 2 2fe1408b6811
permissions -rw-r--r--
Final list of Symbian^2 public API header files
     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