// This file may be redistributed and modified only under the terms of
// the GNU Lesser General Public License (See COPYING for details).
// Copyright (C) 2004 Alistair Riddoch  <alriddoch@zepler.org>

#ifndef ATLAS_VERSION_H
#define ATLAS_VERSION_H

#define ATLAS_API_MAJOR_VERSION 0
#define ATLAS_API_MINOR_VERSION 6

namespace Atlas {

static const int apiMajorVersion = ATLAS_API_MAJOR_VERSION;
static const int apiMinorVersion = ATLAS_API_MINOR_VERSION;

} // Atlas namespace

#endif // ATLAS_VERSION_H


syntax highlighted by Code2HTML, v. 0.9.1