Skip to content

Commit

Permalink
Update oneDPL version to 2022.6.0 (#1501)
Browse files Browse the repository at this point in the history
* Update oneDPL version to 2022.6.0

* Update oneDPL version

* Update conf.py
  • Loading branch information
ValentinaKats authored Apr 16, 2024
1 parent 8b25adf commit 2a4a503
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion documentation/library_guide/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/oneapi/dpl/pstl/onedpl_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion test/general/version.pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 2a4a503

Please sign in to comment.