From 9fd2976931c088dc523974afb901e96bad20f73c Mon Sep 17 00:00:00 2001 From: Harpreet Date: Thu, 4 Aug 2016 15:25:44 +0530 Subject: initial add --- build/Bonmin/include/coin/CbcConfig.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 build/Bonmin/include/coin/CbcConfig.h (limited to 'build/Bonmin/include/coin/CbcConfig.h') diff --git a/build/Bonmin/include/coin/CbcConfig.h b/build/Bonmin/include/coin/CbcConfig.h new file mode 100644 index 0000000..4794473 --- /dev/null +++ b/build/Bonmin/include/coin/CbcConfig.h @@ -0,0 +1,14 @@ +/* src/config_cbc.h. Generated by configure. */ +/* src/config_cbc.h.in. */ + +/* Version number of project */ +#define CBC_VERSION "2.9.6" + +/* Major Version number of project */ +#define CBC_VERSION_MAJOR 2 + +/* Minor Version number of project */ +#define CBC_VERSION_MINOR 9 + +/* Release Version number of project */ +#define CBC_VERSION_RELEASE 6 -- cgit