From: stevenj Date: Fri, 11 Jun 2010 04:44:33 +0000 (-0400) Subject: version bump X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0cdc2936c25aecde3f364753902791b380aa939c;p=nlopt.git version bump darcs-hash:20100611044433-c8de0-d94669eb8aea57e9c091e9727bcb8d813af2bfb8.gz --- diff --git a/NEWS b/NEWS index b17ebde..a01ebb5 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,9 @@ -NLopt 1.3 +NLopt 2.0 * New API. +* Python and Guile wrappers. + * ... todo: list changes ... NLopt 1.2 (18 November 2009) diff --git a/configure.ac b/configure.ac index 4782d6c..d136de5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(nlopt, 1.3, stevenj@alum.mit.edu) +AC_INIT(nlopt, 2.0, stevenj@alum.mit.edu) AC_CONFIG_SRCDIR(api/nlopt.h) SHARED_VERSION_INFO="3:0:3" # CURRENT:REVISION:AGE