From 30c4df4d8eeace7f9ac1ccbae3da04d4f4af9a03 Mon Sep 17 00:00:00 2001 From: stevenj Date: Thu, 17 Jun 2010 11:52:39 -0400 Subject: [PATCH] version bump (2.0.2) darcs-hash:20100617155239-c8de0-440c88bc719476982cb898fb959d3389d3447b84.gz --- NEWS | 6 ++++++ configure.ac | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 7787490..084b5a7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +NLopt 2.0.2 (17 June 2010) + +* Fixed compilation failure in Microsoft Visual Studio, due to + incorrect usage of __stdcall keyword; thanks to Dave Katz for the + bug report. + NLopt 2.0.1 (16 June 2010) * Bug fix in Fortran API (for nlo_get_ functions returning arrays). diff --git a/configure.ac b/configure.ac index c70717c..f09807d 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.1, stevenj@alum.mit.edu) +AC_INIT(nlopt, 2.0.2, stevenj@alum.mit.edu) AC_CONFIG_SRCDIR(api/nlopt.h) -SHARED_VERSION_INFO="3:1:3" # CURRENT:REVISION:AGE +SHARED_VERSION_INFO="3:2:3" # CURRENT:REVISION:AGE AM_INIT_AUTOMAKE(1.7) AM_CONFIG_HEADER(config.h) -- 2.30.2