QtiPlot 0.9.8.2
globals.h
Go to the documentation of this file.
00001 /***************************************************************************
00002     File                 : globals.h
00003     Project              : QtiPlot
00004     --------------------------------------------------------------------
00005     Copyright            : (C) 2006 - 2011 by Ion Vasilief
00006                            (C) 2006 by Tilman Hoener zu Siederdissen
00007     Email (use @ for *)  : ion_vasilief*yahoo.fr, thzs*gmx.net
00008     Description          : Definition of global constants
00009 
00010  ***************************************************************************/
00011 
00012 /***************************************************************************
00013  *                                                                         *
00014  *  This program is free software; you can redistribute it and/or modify   *
00015  *  it under the terms of the GNU General Public License as published by   *
00016  *  the Free Software Foundation; either version 2 of the License, or      *
00017  *  (at your option) any later version.                                    *
00018  *                                                                         *
00019  *  This program is distributed in the hope that it will be useful,        *
00020  *  but WITHOUT ANY WARRANTY; without even the implied warranty of         *
00021  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the          *
00022  *  GNU General Public License for more details.                           *
00023  *                                                                         *
00024  *   You should have received a copy of the GNU General Public License     *
00025  *   along with this program; if not, write to the Free Software           *
00026  *   Foundation, Inc., 51 Franklin Street, Fifth Floor,                    *
00027  *   Boston, MA  02110-1301  USA                                           *
00028  *                                                                         *
00029  ***************************************************************************/
00030 //  Don't forget to change the Doxyfile when changing these!
00032 const int maj_version = 0;
00034 const int min_version = 9;
00036 const int patch_version = 8;
00038 const char * extra_version = ".8";
00039 const char * svn_revision = " svn 2255";//SVN_REVISION;  //SRB: SVN_REVISION set by compiler from QTIPLOT_SVN_REVISION environment variable. (10/1/2010 )
00040 
00042 const char * copyright_string = "Copyright (C) 2004-2011 Ion Vasilief";
00044 const char * release_date = " 2011/09/02";