From f76c519f6e6ed5f055147de2b781be375bb7a72b Mon Sep 17 00:00:00 2001 From: Alina Kladieva Date: Fri, 5 Apr 2024 17:31:58 +0200 Subject: [PATCH] Update OV version to 2024.2 on master (#23890) --- cmake/packaging/debian.cmake | 1 + cmake/packaging/rpm.cmake | 1 + src/core/include/openvino/core/version.hpp | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cmake/packaging/debian.cmake b/cmake/packaging/debian.cmake index b44f031ce47aa0..3fb78283d76773 100644 --- a/cmake/packaging/debian.cmake +++ b/cmake/packaging/debian.cmake @@ -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 ) # diff --git a/cmake/packaging/rpm.cmake b/cmake/packaging/rpm.cmake index 71d51863268461..b3863f68aa173f 100644 --- a/cmake/packaging/rpm.cmake +++ b/cmake/packaging/rpm.cmake @@ -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") diff --git a/src/core/include/openvino/core/version.hpp b/src/core/include/openvino/core/version.hpp index af57d5e8e7d011..29ecd9ab90e957 100644 --- a/src/core/include/openvino/core/version.hpp +++ b/src/core/include/openvino/core/version.hpp @@ -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 {