// PLPVER.H
//
// Copyright (c) 1997-1999 Symbian Ltd.  All rights reserved.
//

#if !defined (__PLPVER_H__)
#define __PLPVER_H__

const TUint KPlpMajorVer = 1;
const TUint KPlpMinorVer = 0;
const TUint KPlpBuildVer = 502;

const TUint8 KUtf8PlpVersion = 8;
const TUint8 KEraPlpVersion = 6;
const TUint8 KMaxPlpVersion = 31;
const TUint8 KPrc16PlpVersion = 2;
const TUint8 KSiboPlpVersion = 3;

#endif



