Atlas-C++
Version.h
1 // This file may be redistributed and modified only under the terms of
2 // the GNU Lesser General Public License (See COPYING for details).
3 // Copyright (C) 2004 Alistair Riddoch <alriddoch@zepler.org>
4 
5 // $Id$
6 
7 #ifndef ATLAS_VERSION_H
8 #define ATLAS_VERSION_H
9 
10 #define ATLAS_API_MAJOR_VERSION 0
11 #define ATLAS_API_MINOR_VERSION 6
12 
13 namespace Atlas {
14 
15 static const int apiMajorVersion = ATLAS_API_MAJOR_VERSION;
16 static const int apiMinorVersion = ATLAS_API_MINOR_VERSION;
17 
18 } // Atlas namespace
19 
20 #endif // ATLAS_VERSION_H
The Atlas namespace.
Definition: Bridge.h:20

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.