From 0cb38132446355f296d4c70e526af10f8f2acdf8 Mon Sep 17 00:00:00 2001 From: stevenj Date: Wed, 7 Jul 2010 11:21:34 -0400 Subject: [PATCH] version bump 2.1.1 darcs-hash:20100707152134-c8de0-11f82ef082055c3fa12bc71200cded7bb6ef3057.gz --- NEWS | 9 +++++++++ configure.ac | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index d8dc42b..9fbeb28 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +NLopt 2.1.1 (7 July 2010) + +* More robust configure check for Python include directories, via + distutils.sysconfig.get_python_inc() and numpy.get_include(). + Thanks to Nathaniel Smith for the tip. + +* Bug fix in Guile interface: added missing prefix to nlopt-version-major + etcetera. + NLopt 2.1 (6 July 2010) * New vector-valued constraint feature; thanks to Dmitrey Kroshko of OpenOpt diff --git a/configure.ac b/configure.ac index 74520c3..43dc635 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(nlopt, 2.1, stevenj@alum.mit.edu) +AC_INIT(nlopt, 2.1.1, stevenj@alum.mit.edu) AC_CONFIG_SRCDIR(api/nlopt.h) -SHARED_VERSION_INFO="4:0:4" # CURRENT:REVISION:AGE +SHARED_VERSION_INFO="4:1:4" # CURRENT:REVISION:AGE AM_INIT_AUTOMAKE(1.7) AM_CONFIG_HEADER(config.h) -- 2.30.2