From 8df65862c7e8071788251d231e82906f50b28c88 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Wed, 11 Aug 2021 10:02:29 -0700 Subject: [PATCH] Fix typo --- include/boost/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/version.hpp b/include/boost/version.hpp index 1c3e6b13..6baf8508 100644 --- a/include/boost/version.hpp +++ b/include/boost/version.hpp @@ -27,6 +27,6 @@ // number, y is the minor version number, and z is the patch level if not 0. // This is used by to select which library version to link to. -#define BOOST_LIB_VERSION "1_87" +#define BOOST_LIB_VERSION "1_78" #endif