Bump OpenVINO version (#14742)

* Bump OpenVINO version

* Bump IE version
This commit is contained in:
Ilya Churaev 2022-12-21 12:57:27 +04:00 committed by GitHub
parent 1147777808
commit 53a6396579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -19,8 +19,8 @@
* @brief Defines OpenVINO patch version
*/
#define OPENVINO_VERSION_MAJOR 2022
#define OPENVINO_VERSION_MINOR 3
#define OPENVINO_VERSION_MAJOR 2023
#define OPENVINO_VERSION_MINOR 0
#define OPENVINO_VERSION_PATCH 0
namespace ov {

View File

@ -20,8 +20,8 @@
* @brief Defines Inference Engine patch version
*/
#define IE_VERSION_MAJOR 2022
#define IE_VERSION_MINOR 3
#define IE_VERSION_MAJOR 2023
#define IE_VERSION_MINOR 0
#define IE_VERSION_PATCH 0
#include "ie_api.h"