diff --git a/cmake/packaging/debian.cmake b/cmake/packaging/debian.cmake index 523360672e1..1c168a4f98c 100644 --- a/cmake/packaging/debian.cmake +++ b/cmake/packaging/debian.cmake @@ -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 ) # diff --git a/cmake/packaging/rpm.cmake b/cmake/packaging/rpm.cmake index fb78b88ceda..e0be47b2582 100644 --- a/cmake/packaging/rpm.cmake +++ b/cmake/packaging/rpm.cmake @@ -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") diff --git a/src/core/include/openvino/core/version.hpp b/src/core/include/openvino/core/version.hpp index 3adc9708a33..9c5430b6326 100644 --- a/src/core/include/openvino/core/version.hpp +++ b/src/core/include/openvino/core/version.hpp @@ -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 { diff --git a/src/inference/include/ie/ie_version.hpp b/src/inference/include/ie/ie_version.hpp index f37e32c4be9..3b02c9c6c22 100644 --- a/src/inference/include/ie/ie_version.hpp +++ b/src/inference/include/ie/ie_version.hpp @@ -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"