From: stevenj Date: Wed, 12 Nov 2008 03:24:29 +0000 (-0500) Subject: version bump X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=71eee83367fa103c06305117444cb3e2e7c2712e;p=nlopt.git version bump darcs-hash:20081112032429-c8de0-16eda340d624a84a47733bd4a47a79dfdb2ea333.gz --- diff --git a/NEWS b/NEWS index c36e768..43c9d6f 100644 --- a/NEWS +++ b/NEWS @@ -1 +1,3 @@ -No news yet. +NLopt 1.0 (11 Nov. 2008) + +* Initial public release. diff --git a/configure.ac b/configure.ac index 9ec9e71..1a1e7b2 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, 0.1, stevenj@alum.mit.edu) +AC_INIT(nlopt, 1.0, stevenj@alum.mit.edu) AC_CONFIG_SRCDIR(api/nlopt.h) SHARED_VERSION_INFO="0:0:0" # CURRENT:REVISION:AGE