Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

OoqpVersion.h

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 16
00011 
00012 #define OOQPVERSIONDATE "March 22, 2006"
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

Generated on Wed Mar 22 13:58:33 2006 for OOQP by doxygen 1.3.5