We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0217e03 commit e4fafedCopy full SHA for e4fafed
include/oneapi/tbb/version.h
@@ -29,7 +29,7 @@
29
// Product version
30
#define TBB_VERSION_MAJOR 2022
31
// Update version
32
-#define TBB_VERSION_MINOR 1
+#define TBB_VERSION_MINOR 2
33
// "Patch" version for custom releases
34
#define TBB_VERSION_PATCH 0
35
// Suffix string
@@ -44,7 +44,7 @@
44
// OneAPI oneTBB specification version
45
#define ONETBB_SPEC_VERSION 104
46
// Full interface version
47
-#define TBB_INTERFACE_VERSION 12150
+#define TBB_INTERFACE_VERSION 12160
48
// Major interface version
49
#define TBB_INTERFACE_VERSION_MAJOR (TBB_INTERFACE_VERSION/1000)
50
// Minor interface version
0 commit comments