chiark / gitweb /
version bump (2.0.2)
authorstevenj <stevenj@alum.mit.edu>
Thu, 17 Jun 2010 15:52:39 +0000 (11:52 -0400)
committerstevenj <stevenj@alum.mit.edu>
Thu, 17 Jun 2010 15:52:39 +0000 (11:52 -0400)
darcs-hash:20100617155239-c8de0-440c88bc719476982cb898fb959d3389d3447b84.gz

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 7787490442b994222417c3c2a76e85d6ebf82ca7..084b5a7648d8ef8fd850ce9387868489185f05b1 100644 (file)
--- 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).
index c70717ccd8586d88a5d689fd5adab16c23f54bbf..f09807da249f51fca80d4bded9cdf1f510bcb036 100644 (file)
@@ -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)