Update version.hpp (#23447)

### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*
This commit is contained in:
Evgeny Talanin 2024-03-14 15:30:11 +04:00 committed by GitHub
parent 7fda77460e
commit 9fe2f0aae4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
#define OPENVINO_VERSION_MAJOR 2022
#define OPENVINO_VERSION_MINOR 3
#define OPENVINO_VERSION_PATCH 1
#define OPENVINO_VERSION_PATCH 2
namespace ov {

View File

@ -22,7 +22,7 @@
#define IE_VERSION_MAJOR 2022
#define IE_VERSION_MINOR 3
#define IE_VERSION_PATCH 1
#define IE_VERSION_PATCH 2
#include "ie_api.h"