Merged Python binding changes. Incremented version

This commit is contained in:
Matt Hill
2016-02-28 09:51:09 -05:00
parent 7fc6978fc9
commit 782a90ca8d
4 changed files with 41 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ cmake_minimum_required (VERSION 2.6)
# Set the OpenALPR version in cmake, and also add it as a DEFINE for the code to access
SET(OPENALPR_MAJOR_VERSION "2")
SET(OPENALPR_MINOR_VERSION "2")
SET(OPENALPR_PATCH_VERSION "3")
SET(OPENALPR_PATCH_VERSION "4")
SET(OPENALPR_VERSION ${OPENALPR_MAJOR_VERSION}.${OPENALPR_MINOR_VERSION}.${OPENALPR_PATCH_VERSION})
add_definitions( -DOPENALPR_MAJOR_VERSION=${OPENALPR_MAJOR_VERSION})