Skip to content

Commit 1221a97

Browse files
authored
Bump OV version 2025.0 (openvinotoolkit#27412)
Signed-off-by: Alina Kladieva <alina.kladieva@intel.com>
1 parent c81a17f commit 1221a97

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

cmake/packaging/debian.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ macro(ov_cpack_settings)
9898
2024.2.0
9999
2024.3.0
100100
2024.4.0
101+
2024.5.0
101102
)
102103

103104
ov_check_conflicts_versions(conflicting_versions)

cmake/packaging/rpm.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ macro(ov_cpack_settings)
8686
2024.2.0
8787
2024.3.0
8888
2024.4.0
89+
2024.5.0
8990
)
9091

9192
ov_check_conflicts_versions(conflicting_versions)

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
* @brief Defines OpenVINO patch version
2020
*/
2121

22-
#define OPENVINO_VERSION_MAJOR 2024
23-
#define OPENVINO_VERSION_MINOR 5
22+
#define OPENVINO_VERSION_MAJOR 2025
23+
#define OPENVINO_VERSION_MINOR 0
2424
#define OPENVINO_VERSION_PATCH 0
2525

2626
namespace ov {

0 commit comments

Comments
 (0)