From c2fe615dfc211115d434bd17387dc2ffd0b16955 Mon Sep 17 00:00:00 2001 From: stevenj Date: Wed, 16 Jun 2010 19:24:29 -0400 Subject: [PATCH] version bump (2.0.1) darcs-hash:20100616232429-c8de0-799eaee381a4c708ef7ece3f20b8db217d1242e7.gz --- NEWS | 6 ++++++ configure.ac | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3a83e0f..7787490 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +NLopt 2.0.1 (16 June 2010) + +* Bug fix in Fortran API (for nlo_get_ functions returning arrays). + +* Fixed buggy compilation with MinGW. + NLopt 2.0 (15 June 2010) * New C API, that works by creating an nlopt_opt "object" and then calling diff --git a/configure.ac b/configure.ac index 507a07c..c70717c 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.0, stevenj@alum.mit.edu) +AC_INIT(nlopt, 2.0.1, stevenj@alum.mit.edu) AC_CONFIG_SRCDIR(api/nlopt.h) -SHARED_VERSION_INFO="3:0:3" # CURRENT:REVISION:AGE +SHARED_VERSION_INFO="3:1:3" # CURRENT:REVISION:AGE AM_INIT_AUTOMAKE(1.7) AM_CONFIG_HEADER(config.h) -- 2.30.2