Skip to content

Commit

Permalink
Update OV version to 2024.2 on master (openvinotoolkit#23890)
Browse files Browse the repository at this point in the history
  • Loading branch information
akladiev authored and bbielawx committed Apr 12, 2024
1 parent 4881659 commit f76c519
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmake/packaging/debian.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ macro(ov_cpack_settings)
2023.2.0
2023.3.0 2023.3.1 2023.3.2 2023.3.3 2023.3.4 2023.3.5
2024.0
2024.1
)

#
Expand Down
1 change: 1 addition & 0 deletions cmake/packaging/rpm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ macro(ov_cpack_settings)
2023.2.0
2023.3.0 2023.3.1 2023.3.2 2023.3.3 2023.3.4 2023.3.5
2024.0
2024.1
)

find_host_program(rpmlint_PROGRAM NAMES rpmlint DOC "Path to rpmlint")
Expand Down
2 changes: 1 addition & 1 deletion src/core/include/openvino/core/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/

#define OPENVINO_VERSION_MAJOR 2024
#define OPENVINO_VERSION_MINOR 1
#define OPENVINO_VERSION_MINOR 2
#define OPENVINO_VERSION_PATCH 0

namespace ov {
Expand Down

0 comments on commit f76c519

Please sign in to comment.