Skip to content

Commit

Permalink
Updated OpenVINO version to 2024.1 on master (openvinotoolkit#22857)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Feb 15, 2024
1 parent 5e7e51d commit 46ae0e5
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 @@ -89,6 +89,7 @@ macro(ov_cpack_settings)
2023.1.0
2023.2.0
2023.3.0 2023.3.1 2023.3.2 2023.3.3 2023.3.4 2023.3.5
2024.0
)

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

find_host_program(rpmlint_PROGRAM NAMES rpmlint DOC "Path to rpmlint")
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
@@ -1,4 +1,4 @@
// Copyright (C) 2018-2023 Intel Corporation
// Copyright (C) 2018-2024 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#pragma once
Expand All @@ -20,7 +20,7 @@
*/

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

namespace ov {
Expand Down

0 comments on commit 46ae0e5

Please sign in to comment.