diff --git a/README.md b/README.md index 3db9492..70028a0 100644 --- a/README.md +++ b/README.md @@ -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 ----------- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 34f69f8..39d1fc0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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})