mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 09:36:51 +08:00
Added OpenALPR version in constants. Incremented to 1.1.0
This commit is contained in:
@@ -352,3 +352,11 @@ void AlprImpl::setDefaultRegion(string region)
|
||||
this->defaultRegion = region;
|
||||
}
|
||||
|
||||
std::string AlprImpl::getVersion()
|
||||
{
|
||||
std::stringstream ss;
|
||||
|
||||
ss << OPENALPR_MAJOR_VERSION << "." << OPENALPR_MINOR_VERSION << "." << OPENALPR_PATCH_VERSION;
|
||||
return ss.str();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user