Skip to content

Commit ea88f6e

Browse files
authored
Bump product version 2025.0.1 (#29165)
Signed-off-by: Alina Kladieva <alina.kladieva@intel.com>
1 parent bc00c00 commit ea88f6e

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
@@ -100,6 +100,7 @@ macro(ov_cpack_settings)
100100
2024.4.0
101101
2024.5.0
102102
2024.6.0
103+
2025.0.0
103104
)
104105

105106
ov_check_conflicts_versions(conflicting_versions)

cmake/packaging/rpm.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ macro(ov_cpack_settings)
8888
2024.4.0
8989
2024.5.0
9090
2024.6.0
91+
2025.0.0
9192
)
9293

9394
ov_check_conflicts_versions(conflicting_versions)

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#define OPENVINO_VERSION_MAJOR 2025
2323
#define OPENVINO_VERSION_MINOR 0
24-
#define OPENVINO_VERSION_PATCH 0
24+
#define OPENVINO_VERSION_PATCH 1
2525

2626
namespace ov {
2727

0 commit comments

Comments
 (0)