Added OpenALPR version in constants. Incremented to 1.1.0

This commit is contained in:
Matt Hill
2014-04-20 12:57:52 -05:00
parent 5e234fe039
commit 0858369b09
6 changed files with 25 additions and 2 deletions

View File

@@ -71,6 +71,11 @@ bool Alpr::isLoaded()
return true;
}
std::string Alpr::getVersion()
{
return AlprImpl::getVersion();
}
// Results code
AlprResult::AlprResult()