00001 /* ../../include/mc/config.h. Generated by configure. */ 00003 // MathCore = a WYSIWYG equation editor + a powerful math engine // 00004 // Copyright (C) 2003 by Francesco Montorsi // 00005 // // 00006 // This library is free software; you can redistribute it and/or // 00007 // modify it under the terms of the GNU Lesser General Public // 00008 // License as published by the Free Software Foundation; either // 00009 // version 2.1 of the License, or (at your option) any later // 00010 // version. // 00011 // // 00012 // This library is distributed in the hope that it will be useful, // 00013 // but WITHOUT ANY WARRANTY; without even the implied warranty of // 00014 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // 00015 // GNU Lesser General Public License for more details. // 00016 // // 00017 // You should have received a copy of the GNU Lesser General Public // 00018 // License along with this program; if not, write to the Free // 00019 // Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, // 00020 // MA 02111-1307, USA. // 00021 // // 00022 // For any comment, suggestion or feature request, please contact // 00023 // the administrator of the project at frm@users.sourceforge.net // 00024 // // 00026 00027 00028 // This file is included by all MathCore files and contains all 00029 // defines regarding conditional compilation. 00030 // 00031 // The advanced-user can configure MathCore in details using the 00032 // options in the configure script when using autoconf, or just 00033 // defining some macros when calling the makefile in win32. 00034 // 00035 // For more info on the first way, type "./configure --help". 00036 // For more info on the second way, you should open with a notepad 00037 // the makefile of your favourite win32 compiler and then 00038 // read the first section "configurable options". 00039 00040 00041 00042 00043 // MathCore version defines 00044 // ------------------------ 00045 00046 /* 00047 To update MathCore version, you have to edit: 00048 1) the beginning of the CONFIGURE.AC file 00049 2) the beginning of the include/mc/msw/config.h file 00050 3) the mcBase.bkl file 00051 4) the MathCore.spec file 00052 */ 00053 #define mcMAJOR_VERSION 0 00054 #define mcMINOR_VERSION 7 00055 #define mcRELEASE_NUMBER 2 00056 #define mcVERSION_STRING wxT("MathCore 0.7.2") 00057 00058
[ Top ] |