From 558e420cf22de0910e4ee8d80110f36a1c391d47 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Sat, 13 Apr 2019 08:36:48 -0400 Subject: [PATCH] docs for 2.6.1 --- doc/docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/docs/index.md b/doc/docs/index.md index a4a97f1..69eaf39 100644 --- a/doc/docs/index.md +++ b/doc/docs/index.md @@ -23,9 +23,9 @@ See the [NLopt Introduction](NLopt_Introduction.md) for a further overview of th Download and installation ------------------------- -Version 2.6.0 of NLopt is the latest version available from GitHub: +Version 2.6.1 of NLopt is the latest version available from GitHub: -- [v2.6.0.tar.gz](https://github.com/stevengj/nlopt/archive/v2.6.0.tar.gz) +- [v2.6.1.tar.gz](https://github.com/stevengj/nlopt/archive/v2.6.1.tar.gz) See the [NLopt release notes](https://github.com/stevengj/nlopt/blob/master/NEWS.md) for the release history. NLopt is designed to be installed on any Unix-like system (GNU/Linux is fine) with a C compiler, using the standard -- GitLab