Commit f334dcc 1 parent f794f31 commit f334dcc Copy full SHA for f334dcc
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 @@ -101,6 +101,7 @@ macro(ov_cpack_settings)
101
101
2024.5.0 2024.5.1
102
102
2024.6.0
103
103
2025.0.0 2025.0.1
104
+ 2025.1.0
104
105
)
105
106
106
107
ov_check_conflicts_versions(conflicting_versions)
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ macro(ov_cpack_settings)
89
89
2024.5.0 2024.5.1
90
90
2024.6.0
91
91
2025.0.0 2025.0.1
92
+ 2025.1.0
92
93
)
93
94
94
95
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 2025
23
- #define OPENVINO_VERSION_MINOR 1
23
+ #define OPENVINO_VERSION_MINOR 2
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