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