Symbian3/PDK/Source/GUID-C61A6E8E-F295-53B4-ACC6-CFE1D9117895.dita
changeset 1 25a17d01db0c
child 3 46218c8b8afa
equal deleted inserted replaced
0:89d6a7a84779 1:25a17d01db0c
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
       
     3 <!-- This component and the accompanying materials are made available under the terms of the License 
       
     4 "Eclipse Public License v1.0" which accompanies this distribution, 
       
     5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     6 <!-- Initial Contributors:
       
     7     Nokia Corporation - initial contribution.
       
     8 Contributors: 
       
     9 -->
       
    10 <!DOCTYPE concept
       
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
       
    12 <concept id="GUID-C61A6E8E-F295-53B4-ACC6-CFE1D9117895" xml:lang="en"><title>Version
       
    13 Handling Overview</title><shortdesc>Encapsulates version information.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    14 <section id="GUID-4FD51AA8-991F-4996-BB8A-1AEF89ECAFF6"><title>Description</title> <p>It can be useful for
       
    15 components that provide APIs to be able to report the version of the interface.
       
    16 For example, many of the Symbian servers do this. Version information is made
       
    17 of three parts:</p> <ul>
       
    18 <li id="GUID-D5FB5D3E-5321-566C-8BFB-7D3873000CA9"><p>major version number </p> </li>
       
    19 <li id="GUID-DB5357A4-BDE5-50F0-8C17-59F971A81941"><p>minor version number </p> </li>
       
    20 <li id="GUID-52FDCD8C-5E0E-5C55-B0EC-1BC9FEA0BACA"><p>build number </p> </li>
       
    21 </ul> <p>This is encapsulated in <xref href="GUID-D82DEC7A-71C2-3004-BFC2-C82C009A2715.dita"><apiname>TVersion</apiname></xref>. A string representation
       
    22 of this information is encapsulated in <xref href="GUID-01604C97-E5DB-3747-A40C-5B9804645245.dita"><apiname>TVersionName</apiname></xref>.</p> </section>
       
    23 </conbody></concept>