From: stevenj Date: Wed, 26 Nov 2008 22:41:10 +0000 (-0500) Subject: tentative version bump X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=9ff995c269776a4c202d9527fcd64a4d59294782;p=nlopt.git tentative version bump darcs-hash:20081126224110-c8de0-e7b68f8041e8e90e8a3ad1eadb9ba800e89ac189.gz --- diff --git a/configure.ac b/configure.ac index ca1f232..e3398c6 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, 1.0.2, stevenj@alum.mit.edu) +AC_INIT(nlopt, 1.1, stevenj@alum.mit.edu) AC_CONFIG_SRCDIR(api/nlopt.h) -SHARED_VERSION_INFO="0:2:0" # CURRENT:REVISION:AGE +SHARED_VERSION_INFO="1:0:1" # CURRENT:REVISION:AGE AM_INIT_AUTOMAKE(1.7) AM_CONFIG_HEADER(config.h)