We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81a17f commit 1221a97Copy full SHA for 1221a97
cmake/packaging/debian.cmake
@@ -98,6 +98,7 @@ macro(ov_cpack_settings)
98
2024.2.0
99
2024.3.0
100
2024.4.0
101
+ 2024.5.0
102
)
103
104
ov_check_conflicts_versions(conflicting_versions)
cmake/packaging/rpm.cmake
@@ -86,6 +86,7 @@ macro(ov_cpack_settings)
86
87
88
89
90
91
92
src/core/include/openvino/core/version.hpp
@@ -19,8 +19,8 @@
19
* @brief Defines OpenVINO patch version
20
*/
21
22
-#define OPENVINO_VERSION_MAJOR 2024
23
-#define OPENVINO_VERSION_MINOR 5
+#define OPENVINO_VERSION_MAJOR 2025
+#define OPENVINO_VERSION_MINOR 0
24
#define OPENVINO_VERSION_PATCH 0
25
26
namespace ov {
0 commit comments