Version.h

00001 // This file may be redistributed and modified only under the terms of
00002 // the GNU Lesser General Public License (See COPYING for details).
00003 // Copyright (C) 2004 Alistair Riddoch  <alriddoch@zepler.org>
00004 
00005 #ifndef ATLAS_VERSION_H
00006 #define ATLAS_VERSION_H
00007 
00008 #define ATLAS_API_MAJOR_VERSION 0
00009 #define ATLAS_API_MINOR_VERSION 6
00010 
00011 namespace Atlas {
00012 
00013 static const int apiMajorVersion = ATLAS_API_MAJOR_VERSION;
00014 static const int apiMinorVersion = ATLAS_API_MINOR_VERSION;
00015 
00016 } // Atlas namespace
00017 
00018 #endif // ATLAS_VERSION_H

Copyright 2000-2004 the respective authors.

This document can be licensed under the terms of the GNU Free Documentation License or the GNU General Public License and may be freely distributed under the terms given by one of these licenses.