From ad3ae92e7dcda750e6eb0c759dec658d6e0e8f6b Mon Sep 17 00:00:00 2001 From: Valentina Kats Date: Fri, 12 Apr 2024 16:22:59 +0200 Subject: [PATCH 1/3] Update oneDPL version to 2022.6.0 --- include/oneapi/dpl/pstl/onedpl_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/oneapi/dpl/pstl/onedpl_config.h b/include/oneapi/dpl/pstl/onedpl_config.h index 1d86fbd6ce0..7eea53a7110 100644 --- a/include/oneapi/dpl/pstl/onedpl_config.h +++ b/include/oneapi/dpl/pstl/onedpl_config.h @@ -24,7 +24,7 @@ #endif #define ONEDPL_VERSION_MAJOR 2022 -#define ONEDPL_VERSION_MINOR 5 +#define ONEDPL_VERSION_MINOR 6 #define ONEDPL_VERSION_PATCH 0 #if defined(ONEDPL_FPGA_DEVICE) From 283395253b13f49d2d2639008123e685aa13240e Mon Sep 17 00:00:00 2001 From: Valentina Kats Date: Fri, 12 Apr 2024 16:23:38 +0200 Subject: [PATCH 2/3] Update oneDPL version --- test/general/version.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/general/version.pass.cpp b/test/general/version.pass.cpp index a78c810070e..96348cc5954 100644 --- a/test/general/version.pass.cpp +++ b/test/general/version.pass.cpp @@ -29,7 +29,7 @@ static_assert(_PSTL_VERSION_PATCH == 0); #endif static_assert(ONEDPL_VERSION_MAJOR == 2022); -static_assert(ONEDPL_VERSION_MINOR == 5); +static_assert(ONEDPL_VERSION_MINOR == 6); static_assert(ONEDPL_VERSION_PATCH == 0); int main() { From 1da29275f1fee41088315884696861e06d0c4d60 Mon Sep 17 00:00:00 2001 From: Valentina Kats Date: Fri, 12 Apr 2024 16:24:15 +0200 Subject: [PATCH 3/3] Update conf.py --- documentation/library_guide/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/library_guide/conf.py b/documentation/library_guide/conf.py index f37a9d62646..1dfdab766f4 100644 --- a/documentation/library_guide/conf.py +++ b/documentation/library_guide/conf.py @@ -37,7 +37,7 @@ author = 'Intel' # The full version, including alpha/beta/rc tags -release = '2022.3.0' +release = '2022.6.0' rst_epilog = """ .. include:: /variables.txt