Skip to content

Commit a4d9201

Browse files
authored
Update oneTBB version to 2023.0.0 for the next release (#1890)
1 parent 83ffdf7 commit a4d9201

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/oneapi/tbb/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
#endif
2929

3030
// Product version
31-
#define TBB_VERSION_MAJOR 2022
31+
#define TBB_VERSION_MAJOR 2023
3232
// Update version
33-
#define TBB_VERSION_MINOR 3
33+
#define TBB_VERSION_MINOR 0
3434
// "Patch" version for custom releases
3535
#define TBB_VERSION_PATCH 0
3636
// Suffix string
@@ -45,7 +45,7 @@
4545
// OneAPI oneTBB specification version
4646
#define ONETBB_SPEC_VERSION 104
4747
// Full interface version
48-
#define TBB_INTERFACE_VERSION 12170
48+
#define TBB_INTERFACE_VERSION 12180
4949
// Major interface version
5050
#define TBB_INTERFACE_VERSION_MAJOR (TBB_INTERFACE_VERSION/1000)
5151
// Minor interface version

0 commit comments

Comments
 (0)