// BAFLVER.H
//
// Copyright (c) 1997-1999 Symbian Ltd.  All rights reserved.
//

// Started by MJB, May 1995
#if !defined(__BAFLVER_H__)
#define __BAFLVER_H__

// The build version increments with every internal release.

const TUint KBaflMajorVersionNumber=1;
const TUint KBaflMinorVersionNumber=0;
const TUint KBaflBuildVersionNumber=76;
#endif
