Skip to content

Commit f334dcc

Browse files
authored
Bump product version 2025.2 (#29463)
Signed-off-by: Alina Kladieva <alina.kladieva@intel.com>
1 parent f794f31 commit f334dcc

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

cmake/packaging/debian.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ macro(ov_cpack_settings)
101101
2024.5.0 2024.5.1
102102
2024.6.0
103103
2025.0.0 2025.0.1
104+
2025.1.0
104105
)
105106

106107
ov_check_conflicts_versions(conflicting_versions)

cmake/packaging/rpm.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ macro(ov_cpack_settings)
8989
2024.5.0 2024.5.1
9090
2024.6.0
9191
2025.0.0 2025.0.1
92+
2025.1.0
9293
)
9394

9495
ov_check_conflicts_versions(conflicting_versions)

src/core/include/openvino/core/version.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121

2222
#define OPENVINO_VERSION_MAJOR 2025
23-
#define OPENVINO_VERSION_MINOR 1
23+
#define OPENVINO_VERSION_MINOR 2
2424
#define OPENVINO_VERSION_PATCH 0
2525

2626
namespace ov {

0 commit comments

Comments
 (0)