From eea22944d932222870c6b18d67e94e299e76e051 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 16 Jun 2024 14:28:05 -0500 Subject: [PATCH] Increment b2 version require. --- Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jamfile.v2 b/Jamfile.v2 index a0a5179..86de9fe 100644 --- a/Jamfile.v2 +++ b/Jamfile.v2 @@ -3,7 +3,7 @@ # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) -require-b2 5.1 ; +require-b2 5.2 ; import option ; import path ;