Change-Id: Ib00cdc8f960522e54414cfda5ae7778887a9d0ec
Signed-off-by: Yaroslav Brustinov <[email protected]>
self.connected = False
# API classes
- self.api_vers = [ {'type': 'core', 'major': 2, 'minor': 3 } ]
+ self.api_vers = [ {'type': 'core', 'major': 3, 'minor': 0 } ]
self.api_h = {'core': None}
# logger
m_publisher = cfg.m_publisher;
/* API core version */
- const int API_VER_MAJOR = 2;
- const int API_VER_MINOR = 3;
+ const int API_VER_MAJOR = 3;
+ const int API_VER_MINOR = 0;
m_api_classes[APIClass::API_CLASS_TYPE_CORE].init(APIClass::API_CLASS_TYPE_CORE,
API_VER_MAJOR,
API_VER_MINOR);