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

@@ -23,7 +23,6 @@
#include <iostream>
#include <vector>
#define OPENALPR_VERSION "1.0"
struct AlprPlate
{
@@ -77,6 +76,8 @@ class Alpr
std::string toJson(const std::vector<AlprResult> results);
bool isLoaded();
static std::string getVersion();
private:
AlprImpl* impl;