Skip to content

Commit

Permalink
up version number to 3.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
svigerske committed Sep 8, 2021
1 parent 691af28 commit f4e0ed8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for Ipopt 3.14.3.
# Generated by GNU Autoconf 2.71 for Ipopt 3.14.4.
#
# Report bugs to <https://github.com/coin-or/Ipopt/issues/new>.
#
Expand Down Expand Up @@ -627,8 +627,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Ipopt'
PACKAGE_TARNAME='ipopt'
PACKAGE_VERSION='3.14.3'
PACKAGE_STRING='Ipopt 3.14.3'
PACKAGE_VERSION='3.14.4'
PACKAGE_STRING='Ipopt 3.14.4'
PACKAGE_BUGREPORT='https://github.com/coin-or/Ipopt/issues/new'
PACKAGE_URL='https://github.com/coin-or/Ipopt'

Expand Down Expand Up @@ -1495,7 +1495,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures Ipopt 3.14.3 to adapt to many kinds of systems.
\`configure' configures Ipopt 3.14.4 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1566,7 +1566,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of Ipopt 3.14.3:";;
short | recursive ) echo "Configuration of Ipopt 3.14.4:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1769,7 +1769,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
Ipopt configure 3.14.3
Ipopt configure 3.14.4
generated by GNU Autoconf 2.71

Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2654,7 +2654,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by Ipopt $as_me 3.14.3, which was
It was created by Ipopt $as_me 3.14.4, which was
generated by GNU Autoconf 2.71. Invocation command line was

$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -4275,7 +4275,7 @@ rmdir .tst 2>/dev/null



printf "%s\n" "#define IPOPT_VERSION \"3.14.3\"" >>confdefs.h
printf "%s\n" "#define IPOPT_VERSION \"3.14.4\"" >>confdefs.h


printf "%s\n" "#define IPOPT_VERSION_MAJOR 3" >>confdefs.h
Expand All @@ -4284,7 +4284,7 @@ printf "%s\n" "#define IPOPT_VERSION_MAJOR 3" >>confdefs.h
printf "%s\n" "#define IPOPT_VERSION_MINOR 14" >>confdefs.h


printf "%s\n" "#define IPOPT_VERSION_RELEASE 3" >>confdefs.h
printf "%s\n" "#define IPOPT_VERSION_RELEASE 4" >>confdefs.h



Expand Down Expand Up @@ -4395,7 +4395,7 @@ fi

# Define the identity of the package.
PACKAGE='ipopt'
VERSION='3.14.3'
VERSION='3.14.4'


# Some tools Automake needs.
Expand Down Expand Up @@ -22144,9 +22144,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu



LT_LDFLAGS="$LT_LDFLAGS -version-number 3:14:3"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: libtool version info: -version-number 3:14:3" >&5
printf "%s\n" "$as_me: libtool version info: -version-number 3:14:3" >&6;}
LT_LDFLAGS="$LT_LDFLAGS -version-number 3:14:4"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: libtool version info: -version-number 3:14:4" >&5
printf "%s\n" "$as_me: libtool version info: -version-number 3:14:4" >&6;}


LT_LDFLAGS="$LT_LDFLAGS -no-undefined"
Expand Down Expand Up @@ -27821,7 +27821,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by Ipopt $as_me 3.14.3, which was
This file was extended by Ipopt $as_me 3.14.4, which was
generated by GNU Autoconf 2.71. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -27894,7 +27894,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
Ipopt config.status 3.14.3
Ipopt config.status 3.14.4
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Names and other basic things #
#############################################################################

AC_INIT([Ipopt],[3.14.3],[https://github.com/coin-or/Ipopt/issues/new],[],[https://github.com/coin-or/Ipopt])
AC_INIT([Ipopt],[3.14.4],[https://github.com/coin-or/Ipopt/issues/new],[],[https://github.com/coin-or/Ipopt])

AC_COPYRIGHT([
Copyright 2004, 2011 International Business Machines and others.
Expand Down
4 changes: 2 additions & 2 deletions src/Common/config_ipopt_default.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/***************************************************************************/

/* Version number of project */
#define IPOPT_VERSION "3.14.3"
#define IPOPT_VERSION "3.14.4"

/* Major Version number of project */
#define IPOPT_VERSION_MAJOR 3
Expand All @@ -14,7 +14,7 @@
#define IPOPT_VERSION_MINOR 14

/* Release Version number of project */
#define IPOPT_VERSION_RELEASE 3
#define IPOPT_VERSION_RELEASE 4

/* Define to the C type corresponding to Fortran INTEGER
* @deprecated Use ipindex instead.
Expand Down

0 comments on commit f4e0ed8

Please sign in to comment.