Cbc  2.10.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
config_cgl_default.h
Go to the documentation of this file.
1 
2 /***************************************************************************/
3 /* HERE DEFINE THE PROJECT SPECIFIC PUBLIC MACROS */
4 /* These are only in effect in a setting that doesn't use configure */
5 /***************************************************************************/
6 
7 /* Version number of project */
8 #define CGL_VERSION "0.60.3"
9 
10 /* Major Version number of project */
11 #define CGL_VERSION_MAJOR 0
12 
13 /* Minor Version number of project */
14 #define CGL_VERSION_MINOR 60
15 
16 /* Release Version number of project */
17 #define CGL_VERSION_RELEASE 3