Skip to content

Commit

Permalink
update version number in default config.h
Browse files Browse the repository at this point in the history
- this file is currently not used, though
  • Loading branch information
svigerske committed Oct 19, 2019
1 parent 108d289 commit 975f994
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Common/config_ipopt_default.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 975f994

Please sign in to comment.