Skip to content

Commit

Permalink
Update oneTBB version to 2022.0.0 for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
omalyshe committed Aug 13, 2024
1 parent ce60d6b commit 475c07f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/oneapi/tbb/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
#endif

// Product version
#define TBB_VERSION_MAJOR 2021
#define TBB_VERSION_MAJOR 2022
// Update version
#define TBB_VERSION_MINOR 13
#define TBB_VERSION_MINOR 0
// "Patch" version for custom releases
#define TBB_VERSION_PATCH 0
// Suffix string
Expand All @@ -44,7 +44,7 @@
// OneAPI oneTBB specification version
#define ONETBB_SPEC_VERSION "1.0"
// Full interface version
#define TBB_INTERFACE_VERSION 12130
#define TBB_INTERFACE_VERSION 12140
// Major interface version
#define TBB_INTERFACE_VERSION_MAJOR (TBB_INTERFACE_VERSION/1000)
// Minor interface version
Expand Down

0 comments on commit 475c07f

Please sign in to comment.