From 57688ca710bce6ec51af2f4d3aa4cc6a31f9232c Mon Sep 17 00:00:00 2001 From: stevenj Date: Thu, 9 Jun 2011 16:11:13 -0400 Subject: [PATCH] version bump to 2.2.4 darcs-hash:20110609201113-c8de0-b36d54508513ed57e18431038639525f97d7d85d.gz --- NEWS | 5 +++++ configure.ac | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 4b67a8e..0a5b69a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +NLopt 2.2.4 (9 June 2011) + +* Fixed linking problem for C++ and Python shared libraries on MacOS X; + thanks to Volker Lorrmann for the bug report. + NLopt 2.2.3 (8 June 2011) * Fixed additional re-entrancy problem in Luksan algorithms missed diff --git a/configure.ac b/configure.ac index 1608fed..5102b80 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.2.3, stevenj@alum.mit.edu) +AC_INIT(nlopt, 2.2.4, stevenj@alum.mit.edu) AC_CONFIG_SRCDIR(api/nlopt.h) -SHARED_VERSION_INFO="6:1:6" # CURRENT:REVISION:AGE +SHARED_VERSION_INFO="6:2:6" # CURRENT:REVISION:AGE AM_INIT_AUTOMAKE(1.7) AM_CONFIG_HEADER(config.h) -- 2.30.2