Skip to content

Commit fa1c419

Browse files
authored
Bump version to 2023.0.1. Updated conflicted version for APT/YUM (#18268)
1 parent caae459 commit fa1c419

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cmake/packaging/debian.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ macro(ov_cpack_settings)
9393
# - 2022.1.0 is the last public release with debian packages from Intel install team
9494
# - 2022.1.1, 2022.2 do not have debian packages enabled, distributed only as archives
9595
# - 2022.3 is the first release where Debian updated packages are introduced, others 2022.3.X are LTS
96-
2022.3.0 2022.3.1 2022.3.2 2022.3.3 2022.3.4 2022.3.5
96+
2022.3.0 2022.3.1 2022.3.2 2022.3.3 2022.3.4 2022.3.5 2023.0.0
9797
)
9898

9999
#

cmake/packaging/rpm.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ macro(ov_cpack_settings)
7979
# - 2022.1.0 is the last public release with rpm packages from Intel install team
8080
# - 2022.1.1, 2022.2 do not have rpm packages enabled, distributed only as archives
8181
# - 2022.3 is the first release where RPM updated packages are introduced, others 2022.3.X are LTS
82-
2022.3.0 2022.3.1 2022.3.2 2022.3.3 2022.3.4 2022.3.5
82+
2022.3.0 2022.3.1 2022.3.2 2022.3.3 2022.3.4 2022.3.5 2023.0.0
8383
)
8484

8585
find_host_program(rpmlint_PROGRAM NAMES rpmlint DOC "Path to rpmlint")

src/core/include/openvino/core/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#define OPENVINO_VERSION_MAJOR 2023
2323
#define OPENVINO_VERSION_MINOR 0
24-
#define OPENVINO_VERSION_PATCH 0
24+
#define OPENVINO_VERSION_PATCH 1
2525

2626
namespace ov {
2727

src/inference/include/ie/ie_version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#define IE_VERSION_MAJOR 2023
2424
#define IE_VERSION_MINOR 0
25-
#define IE_VERSION_PATCH 0
25+
#define IE_VERSION_PATCH 1
2626

2727
#include "ie_api.h"
2828

0 commit comments

Comments
 (0)