Merge branch 'master' of github.com:openalpr/openalpr

This commit is contained in:
Matt Hill
2014-08-28 20:51:36 -04:00
2 changed files with 8 additions and 1 deletions

View File

@@ -93,6 +93,13 @@ Where:
``` ```
Binaries
----------
Pre-compiled binaries are located here: https://github.com/openalpr/openalpr/releases
These are typically built with each new release.
Compiling Compiling
----------- -----------

View File

@@ -5,7 +5,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 the OpenALPR version in cmake, and also add it as a DEFINE for the code to access
SET(OPENALPR_MAJOR_VERSION "1") SET(OPENALPR_MAJOR_VERSION "1")
SET(OPENALPR_MINOR_VERSION "1") SET(OPENALPR_MINOR_VERSION "2")
SET(OPENALPR_PATCH_VERSION "0") SET(OPENALPR_PATCH_VERSION "0")
SET(OPENALPR_VERSION ${OPENALPR_MAJOR_VERSION}.${OPENALPR_MINOR_VERSION}.${OPENALPR_PATCH_VERSION}) SET(OPENALPR_VERSION ${OPENALPR_MAJOR_VERSION}.${OPENALPR_MINOR_VERSION}.${OPENALPR_PATCH_VERSION})