00001 /* OOQP * 00002 * Authors: E. Michael Gertz, Stephen J. Wright * 00003 * (C) 2001 University of Chicago. See Copyright Notification in OOQP */ 00004 00005 #ifndef OOQPVERSIONH 00006 #define OOQPVERSIONH 00007 00008 #define OOQPVERSIONMAJOR 0 00009 #define OOQPVERSIONMINOR 99 00010 #define OOQPVERSIONPATCHLEVEL 10 00011 00012 #define OOQPVERSIONDATE "May 21, 2004" 00013 00014 #ifdef __cplusplus 00015 extern "C" 00016 { 00017 #endif 00018 void printOoqpVersionString(); 00019 void getOoqpVersionString( char buff[], int lbuff); 00020 #ifdef __cplusplus 00021 } 00022 #endif 00023 00024 #endif