Skip to content

Commit 0b90ae4

Browse files
committed
Upgrade the Boost version to 1.88.0 #345
1 parent dce590a commit 0b90ae4

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/linux-clang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ env:
1818
CLANGXX_COMMAND: clang++-14
1919
DOXYGEN_VER: 1.13.2
2020
DOXYGEN_CACHE_REV: 0
21-
BOOST_VER: 1_87_0
22-
BOOST_VER_DOT: 1.87.0
21+
BOOST_VER: 1_88_0
22+
BOOST_VER_DOT: 1.88.0
2323
BOOST_BOOTSTRAP_TOOLSET: clang
2424
BOOST_TOOLSET: clang-14
2525
BOOST_CACHE_REV: 0

.github/workflows/linux-gcc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ env:
1616
CONCURRENT_BUILD: 4
1717
GCC_COMMAND: gcc-12
1818
GXX_COMMAND: g++-12
19-
BOOST_VER: 1_87_0
20-
BOOST_VER_DOT: 1.87.0
19+
BOOST_VER: 1_88_0
20+
BOOST_VER_DOT: 1.88.0
2121
BOOST_BOOTSTRAP_TOOLSET: gcc
2222
BOOST_TOOLSET: gcc-12
2323
BOOST_CACHE_REV: 0

.github/workflows/windows-visualcpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ on:
1515
env:
1616
TETENGO_VER: 1.9.0
1717
CONCURRENT_BUILD: 4
18-
BOOST_VER: 1_87_0
19-
BOOST_VER_DOT: 1.87.0
18+
BOOST_VER: 1_88_0
19+
BOOST_VER_DOT: 1.88.0
2020
BOOST_TOOLSET: msvc-14.3
2121
BOOST_CACHE_REV: 0
2222
EMBEDTRANSFORM_CACHE_REV: 0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ How to Build and Install
8282
#### Requirements
8383

8484
- [Visual Studio 2022](https://visualstudio.microsoft.com/)
85-
- [Boost C++ libraries 1.87.0](https://www.boost.org/)
85+
- [Boost C++ libraries 1.88.0](https://www.boost.org/)
8686
- [Doxygen 1.13.2](https://www.doxygen.nl/)
8787
- [Graphviz](https://www.graphviz.org/)
8888
- [WiX toolset 5.0.1](https://wixtoolset.org/)
@@ -142,7 +142,7 @@ Doxygen will output the documents into the directory `doc`.
142142
[Clang 14](https://clang.llvm.org/),
143143
[GCC 10](https://gcc.gnu.org/) or
144144
[GCC 12](https://gcc.gnu.org/)
145-
- [Boost C++ libraries 1.87.0](https://www.boost.org/)
145+
- [Boost C++ libraries 1.88.0](https://www.boost.org/)
146146
- [Doxygen 1.13.2](https://www.doxygen.nl/)
147147
- [Graphviz](https://www.graphviz.org/)
148148
- [include-what-you-use 0.15](https://include-what-you-use.org/) or

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ AC_SUBST([CFLAGS], "${CFLAGS} ${PTHREAD_CFLAGS}")
189189
AC_SUBST([CXXFLAGS], "${CXXFLAGS} ${PTHREAD_CFLAGS}")
190190
AC_SUBST([CC], "${PTHREAD_CC}")
191191

192-
AX_BOOST_BASE([1.87.0])
192+
AX_BOOST_BASE([1.88.0])
193193
AX_BOOST_UNIT_TEST_FRAMEWORK
194194
AC_SUBST([LDFLAGS], "${LDFLAGS} ${BOOST_LDFLAGS}")
195195
AC_SUBST([LIBS], "-lstdc++fs -lstdc++ ${LIBS}")

0 commit comments

Comments
 (0)