Skip to content

Commit e4fafed

Browse files
authored
Update version to 2022.2.0 for the next release (#1689)
1 parent 0217e03 commit e4fafed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/oneapi/tbb/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
// Product version
3030
#define TBB_VERSION_MAJOR 2022
3131
// Update version
32-
#define TBB_VERSION_MINOR 1
32+
#define TBB_VERSION_MINOR 2
3333
// "Patch" version for custom releases
3434
#define TBB_VERSION_PATCH 0
3535
// Suffix string
@@ -44,7 +44,7 @@
4444
// OneAPI oneTBB specification version
4545
#define ONETBB_SPEC_VERSION 104
4646
// Full interface version
47-
#define TBB_INTERFACE_VERSION 12150
47+
#define TBB_INTERFACE_VERSION 12160
4848
// Major interface version
4949
#define TBB_INTERFACE_VERSION_MAJOR (TBB_INTERFACE_VERSION/1000)
5050
// Minor interface version

0 commit comments

Comments
 (0)