00001 /*===========================================================================* 00002 * This file is part of the BiCePS Linear Integer Solver (BLIS). * 00003 * * 00004 * BLIS is distributed under the Eclipse Public License as part of the * 00005 * COIN-OR repository (http://www.coin-or.org). * 00006 * * 00007 * Authors: * 00008 * * 00009 * Yan Xu, Lehigh University * 00010 * Ted Ralphs, Lehigh University * 00011 * * 00012 * Conceptual Design: * 00013 * * 00014 * Yan Xu, Lehigh University * 00015 * Ted Ralphs, Lehigh University * 00016 * Laszlo Ladanyi, IBM T.J. Watson Research Center * 00017 * Matthew Saltzman, Clemson University * 00018 * * 00019 * * 00020 * Copyright (C) 2001-2011, Lehigh University, Yan Xu, and Ted Ralphs. * 00021 * All Rights Reserved. * 00022 *===========================================================================*/ 00023 00024 /***************************************************************************/ 00025 /* HERE DEFINE THE PROJECT SPECIFIC PUBLIC MACROS */ 00026 /* These are only in effect in a setting that doesn't use configure */ 00027 /***************************************************************************/ 00028 00029 /* Version number of project */ 00030 #define BLIS_VERSION "trunk" 00031 00032 /* Major Version number of project */ 00033 #define BLIS_VERSION_MAJOR 9999 00034 00035 /* Minor Version number of project */ 00036 #define BLIS_VERSION_MINOR 9999 00037 00038 /* Release Version number of project */ 00039 #define BLIS_VERSION_RELEASE 9999 00040