From 863cdf2e9636612634e57f7602f13ebfc05b7bfe Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 16 Apr 2024 22:19:00 +0300 Subject: [PATCH 1/3] Update doc/Jamfile --- doc/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Jamfile b/doc/Jamfile index 99f744a..56b825d 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -2,7 +2,7 @@ # Distributed under the Boost Software License, Version 1.0. # https://www.boost.org/LICENSE_1_0.txt -import asciidoctor ; +using asciidoctor ; html lambda2.html : lambda2.adoc ; From 94a56766bb323cf6245dbfdb36b4dcea720354de Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 16 Apr 2024 22:35:22 +0300 Subject: [PATCH 2/3] Revert "Update doc/Jamfile" This reverts commit 863cdf2e9636612634e57f7602f13ebfc05b7bfe. --- doc/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Jamfile b/doc/Jamfile index 56b825d..99f744a 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -2,7 +2,7 @@ # Distributed under the Boost Software License, Version 1.0. # https://www.boost.org/LICENSE_1_0.txt -using asciidoctor ; +import asciidoctor ; html lambda2.html : lambda2.adoc ; From 4118a318ca1a517f17d1980fab2a11ae13c4f2a5 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 18 Apr 2024 12:08:17 +0300 Subject: [PATCH 3/3] Update version --- include/boost/lambda2/lambda2.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/lambda2/lambda2.hpp b/include/boost/lambda2/lambda2.hpp index 50754a0..640371a 100644 --- a/include/boost/lambda2/lambda2.hpp +++ b/include/boost/lambda2/lambda2.hpp @@ -14,7 +14,7 @@ // Same format as BOOST_VERSION: // major * 100000 + minor * 100 + patch -#define BOOST_LAMBDA2_VERSION 108500 +#define BOOST_LAMBDA2_VERSION 108600 namespace boost {