From 975f9949d6f4462ffffa1c946c426f601d0c5459 Mon Sep 17 00:00:00 2001 From: Stefan Vigerske Date: Sat, 19 Oct 2019 16:37:48 +0200 Subject: [PATCH] update version number in default config.h - this file is currently not used, though --- src/Common/config_ipopt_default.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Common/config_ipopt_default.h b/src/Common/config_ipopt_default.h index 321151e25..253e300c0 100644 --- a/src/Common/config_ipopt_default.h +++ b/src/Common/config_ipopt_default.h @@ -5,16 +5,16 @@ /***************************************************************************/ /* Version number of project */ -#define IPOPT_VERSION "trunk" +#define IPOPT_VERSION "3.13.0" /* Major Version number of project */ -#define IPOPT_VERSION_MAJOR 9999 +#define IPOPT_VERSION_MAJOR 3 /* Minor Version number of project */ -#define IPOPT_VERSION_MINOR 9999 +#define IPOPT_VERSION_MINOR 13 /* Release Version number of project */ -#define IPOPT_VERSION_RELEASE 9999 +#define IPOPT_VERSION_RELEASE 0 /* Define to the C type corresponding to Fortran INTEGER */ #ifndef FORTRAN_INTEGER_TYPE