mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 06:30:58 +08:00
Merge branch 'master' of github.com:openalpr/openalpr
This commit is contained in:
@@ -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
|
||||
-----------
|
||||
|
||||
|
@@ -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(OPENALPR_MAJOR_VERSION "1")
|
||||
SET(OPENALPR_MINOR_VERSION "1")
|
||||
SET(OPENALPR_MINOR_VERSION "2")
|
||||
SET(OPENALPR_PATCH_VERSION "0")
|
||||
SET(OPENALPR_VERSION ${OPENALPR_MAJOR_VERSION}.${OPENALPR_MINOR_VERSION}.${OPENALPR_PATCH_VERSION})
|
||||
|
||||
|
Reference in New Issue
Block a user