From e7b3ad5679ebcf02ba9dbac11e6b5ed35db260df Mon Sep 17 00:00:00 2001 From: Sinisa Veseli Date: Sat, 24 Dec 2022 09:54:24 -0600 Subject: [PATCH] update boost version --- configure/BUILD.conf | 2 +- documentation/RELEASE_NOTES.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/BUILD.conf b/configure/BUILD.conf index 59dfc1c..e1f64fb 100644 --- a/configure/BUILD.conf +++ b/configure/BUILD.conf @@ -1,5 +1,5 @@ BUILD_NUMBER=1 EPICS_BASE_VERSION=7.0.7 -BOOST_VERSION=1.78.0 +BOOST_VERSION=1.81.0 PVAPY_VERSION=0.0 PVAPY_GIT_VERSION=master diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index 02e0b0d..87aa5aa 100644 --- a/documentation/RELEASE_NOTES.md +++ b/documentation/RELEASE_NOTES.md @@ -6,7 +6,7 @@ - added ability to load images from HDF5 files (either compressed or uncompressed) - Conda/pip package dependencies: - EPICS BASE = 7.0.7 - - BOOST = 1.78.0 + - BOOST = 1.81.0 - NUMPY >= 1.22 (for python >= 3.8); >= 1.19, < 1.21 (for python < 3.8) ## Release 5.2.0 (2022/11/04)