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 83ffdf7 commit a4d9201Copy full SHA for a4d9201
include/oneapi/tbb/version.h
@@ -28,9 +28,9 @@
28
#endif
29
30
// Product version
31
-#define TBB_VERSION_MAJOR 2022
+#define TBB_VERSION_MAJOR 2023
32
// Update version
33
-#define TBB_VERSION_MINOR 3
+#define TBB_VERSION_MINOR 0
34
// "Patch" version for custom releases
35
#define TBB_VERSION_PATCH 0
36
// Suffix string
@@ -45,7 +45,7 @@
45
// OneAPI oneTBB specification version
46
#define ONETBB_SPEC_VERSION 104
47
// Full interface version
48
-#define TBB_INTERFACE_VERSION 12170
+#define TBB_INTERFACE_VERSION 12180
49
// Major interface version
50
#define TBB_INTERFACE_VERSION_MAJOR (TBB_INTERFACE_VERSION/1000)
51
// Minor interface version
0 commit comments