00001 //===========================================================================// 00002 // This file is part of the DIP Solver Framework. // 00003 // // 00004 // DIP is distributed under the Eclipse Public License as part of the // 00005 // COIN-OR repository (http://www.coin-or.org). // 00006 // // 00007 // Author: Matthew Galati, SAS Institute Inc. (matthew.galati@sas.com) // 00008 // // 00009 // Conceptual Design: Matthew Galati, SAS Institute Inc. // 00010 // Ted Ralphs, Lehigh University // 00011 // // 00012 // Copyright (C) 2002-2015, Lehigh University, Matthew Galati, Ted Ralphs // 00013 // All Rights Reserved. // 00014 //===========================================================================// 00015 00016 /***************************************************************************/ 00017 /* HERE DEFINE THE PROJECT SPECIFIC PUBLIC MACROS */ 00018 /* These are only in effect in a setting that doesn't use configure */ 00019 /***************************************************************************/ 00020 00021 /* Version number of project */ 00022 #define DIP_VERSION "0.91.4" 00023 00024 /* Major Version number of project */ 00025 #define DIP_VERSION_MAJOR 0 00026 00027 /* Minor Version number of project */ 00028 #define DIP_VERSION_MINOR 91 00029 00030 /* Release Version number of project */ 00031 #define DIP_VERSION_RELEASE 4 00032