Skip to content

Commit

Permalink
Bump OV version to 2023.0.2 (#19329)
Browse files Browse the repository at this point in the history
  • Loading branch information
artanokhov authored Aug 22, 2023
1 parent 0aa5a8f commit e662b1a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmake/packaging/debian.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ macro(ov_cpack_settings)
# - 2022.1.0 is the last public release with debian packages from Intel install team
# - 2022.1.1, 2022.2 do not have debian packages enabled, distributed only as archives
# - 2022.3 is the first release where Debian updated packages are introduced, others 2022.3.X are LTS
2022.3.0 2022.3.1 2022.3.2 2022.3.3 2022.3.4 2022.3.5 2023.0.0
2022.3.0 2022.3.1 2022.3.2 2022.3.3 2022.3.4 2022.3.5 2023.0.0 2023.0.1
)

#
Expand Down
2 changes: 1 addition & 1 deletion cmake/packaging/rpm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ macro(ov_cpack_settings)
# - 2022.1.0 is the last public release with rpm packages from Intel install team
# - 2022.1.1, 2022.2 do not have rpm packages enabled, distributed only as archives
# - 2022.3 is the first release where RPM updated packages are introduced, others 2022.3.X are LTS
2022.3.0 2022.3.1 2022.3.2 2022.3.3 2022.3.4 2022.3.5 2023.0.0
2022.3.0 2022.3.1 2022.3.2 2022.3.3 2022.3.4 2022.3.5 2023.0.0 2023.0.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 @@ -21,7 +21,7 @@

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

namespace ov {

Expand Down
2 changes: 1 addition & 1 deletion src/inference/include/ie/ie_version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#define IE_VERSION_MAJOR 2023
#define IE_VERSION_MINOR 0
#define IE_VERSION_PATCH 1
#define IE_VERSION_PATCH 2

#include "ie_api.h"

Expand Down

0 comments on commit e662b1a

Please sign in to comment.