Commit 6609383 1 parent 8682e5e commit 6609383 Copy full SHA for 6609383
File tree 3 files changed +3
-1
lines changed
src/core/include/openvino/core
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ macro(ov_cpack_settings)
93
93
2023.3.0 2023.3.1 2023.3.2 2023.3.3 2023.3.4 2023.3.5
94
94
2024.0.0
95
95
2024.1.0
96
+ 2024.2.0
96
97
)
97
98
98
99
ov_check_conflicts_versions(conflicting_versions)
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ macro(ov_cpack_settings)
81
81
2023.3.0 2023.3.1 2023.3.2 2023.3.3 2023.3.4 2023.3.5
82
82
2024.0.0
83
83
2024.1.0
84
+ 2024.2.0
84
85
)
85
86
86
87
ov_check_conflicts_versions(conflicting_versions)
Original file line number Diff line number Diff line change 20
20
*/
21
21
22
22
#define OPENVINO_VERSION_MAJOR 2024
23
- #define OPENVINO_VERSION_MINOR 2
23
+ #define OPENVINO_VERSION_MINOR 3
24
24
#define OPENVINO_VERSION_PATCH 0
25
25
26
26
namespace ov {
You can’t perform that action at this time.
0 commit comments