QtiPlot  0.9.8.2
globals.h
Go to the documentation of this file.
1 /***************************************************************************
2  File : globals.h
3  Project : QtiPlot
4  --------------------------------------------------------------------
5  Copyright : (C) 2006 - 2011 by Ion Vasilief
6  (C) 2006 by Tilman Hoener zu Siederdissen
7  Email (use @ for *) : ion_vasilief*yahoo.fr, thzs*gmx.net
8  Description : Definition of global constants
9 
10  ***************************************************************************/
11 
12 /***************************************************************************
13  * *
14  * This program is free software; you can redistribute it and/or modify *
15  * it under the terms of the GNU General Public License as published by *
16  * the Free Software Foundation; either version 2 of the License, or *
17  * (at your option) any later version. *
18  * *
19  * This program is distributed in the hope that it will be useful, *
20  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
21  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
22  * GNU General Public License for more details. *
23  * *
24  * You should have received a copy of the GNU General Public License *
25  * along with this program; if not, write to the Free Software *
26  * Foundation, Inc., 51 Franklin Street, Fifth Floor, *
27  * Boston, MA 02110-1301 USA *
28  * *
29  ***************************************************************************/
30 // Don't forget to change the Doxyfile when changing these!
32 const int maj_version = 0;
34 const int min_version = 9;
36 const int patch_version = 8;
38 const char * extra_version = ".9";
39 const char * svn_revision = " svn 2288";//SVN_REVISION; //SRB: SVN_REVISION set by compiler from QTIPLOT_SVN_REVISION environment variable. (10/1/2010 )
40 
42 const char * copyright_string = "Copyright (C) 2004-2011 Ion Vasilief";
44 const char * release_date = " 2011/11/02";