Skip to content

Commit

Permalink
Bump OV version 2025.0 (#27412)
Browse files Browse the repository at this point in the history
Signed-off-by: Alina Kladieva <[email protected]>
  • Loading branch information
akladiev authored Nov 5, 2024
1 parent c81a17f commit 1221a97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions cmake/packaging/debian.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ macro(ov_cpack_settings)
2024.2.0
2024.3.0
2024.4.0
2024.5.0
)

ov_check_conflicts_versions(conflicting_versions)
Expand Down
1 change: 1 addition & 0 deletions cmake/packaging/rpm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ macro(ov_cpack_settings)
2024.2.0
2024.3.0
2024.4.0
2024.5.0
)

ov_check_conflicts_versions(conflicting_versions)
Expand Down
4 changes: 2 additions & 2 deletions src/core/include/openvino/core/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* @brief Defines OpenVINO patch version
*/

#define OPENVINO_VERSION_MAJOR 2024
#define OPENVINO_VERSION_MINOR 5
#define OPENVINO_VERSION_MAJOR 2025
#define OPENVINO_VERSION_MINOR 0
#define OPENVINO_VERSION_PATCH 0

namespace ov {
Expand Down

0 comments on commit 1221a97

Please sign in to comment.