+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
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)