Increment minor OV version (#17299)

This commit is contained in:
Ilya Lavrenov
2023-05-03 00:32:18 +04:00
committed by GitHub
parent 1c286e4636
commit 4d7947efc8
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
*/
#define OPENVINO_VERSION_MAJOR 2023
#define OPENVINO_VERSION_MINOR 0
#define OPENVINO_VERSION_MINOR 1
#define OPENVINO_VERSION_PATCH 0
namespace ov {

View File

@@ -21,7 +21,7 @@
*/
#define IE_VERSION_MAJOR 2023
#define IE_VERSION_MINOR 0
#define IE_VERSION_MINOR 1
#define IE_VERSION_PATCH 0
#include "ie_api.h"