Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

version.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  cvs         : version.h.in
00003  begin       : Sat Dec 13 2003
00004  copyright   : (C) 2003 by Martin Preuss
00005  email       : martin@libchipcard.de
00006 
00007  ***************************************************************************
00008  *                                                                         *
00009  *   This library is free software; you can redistribute it and/or         *
00010  *   modify it under the terms of the GNU Lesser General Public            *
00011  *   License as published by the Free Software Foundation; either          *
00012  *   version 2.1 of the License, or (at your option) any later version.    *
00013  *                                                                         *
00014  *   This library is distributed in the hope that it will be useful,       *
00015  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
00016  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU     *
00017  *   Lesser General Public License for more details.                       *
00018  *                                                                         *
00019  *   You should have received a copy of the GNU Lesser General Public      *
00020  *   License along with this library; if not, write to the Free Software   *
00021  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston,                 *
00022  *   MA  02111-1307  USA                                                   *
00023  *                                                                         *
00024  ***************************************************************************/
00025 
00030 #ifndef SIMTHETIC_VERSION_H
00031 #define SIMTHETIC_VERSION_H
00032 
00033 #define SIMTHETIC_VERSION_MAJOR 1
00034 #define SIMTHETIC_VERSION_MINOR 7
00035 #define SIMTHETIC_VERSION_PATCHLEVEL 0
00036 #define SIMTHETIC_VERSION_STRING "1.7.0"
00037 
00038 //#define SIMTH_ARRAY_USES_VALARRAY @SIMTH_ARRAY_USES_VALARRAY@
00039 
00040 
00041 #endif /* SIMTHETIC_VERSION_H */
00042 

Generated on Mon Apr 24 21:19:19 2006 for simthetic by  doxygen 1.4.1