From 938fef4a37a7b7c61b4b6ff74cb4cfd2f100c427 Mon Sep 17 00:00:00 2001 From: Georgey Date: Wed, 5 Jul 2017 11:40:43 +0530 Subject: Added linux shared libraries and header files for int and ecos functions --- thirdparty/linux/include/coin/OsiConfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'thirdparty/linux/include/coin/OsiConfig.h') diff --git a/thirdparty/linux/include/coin/OsiConfig.h b/thirdparty/linux/include/coin/OsiConfig.h index 2e42bb9..ee9424f 100644 --- a/thirdparty/linux/include/coin/OsiConfig.h +++ b/thirdparty/linux/include/coin/OsiConfig.h @@ -5,7 +5,7 @@ #define __CONFIG_OSI_H__ /* Version number of project */ -#define OSI_VERSION "0.107.4" +#define OSI_VERSION "0.107.8" /* Major Version number of project */ #define OSI_VERSION_MAJOR 0 @@ -14,6 +14,6 @@ #define OSI_VERSION_MINOR 107 /* Release Version number of project */ -#define OSI_VERSION_RELEASE 4 +#define OSI_VERSION_RELEASE 8 #endif -- cgit