From 3bc84accddef76c7e3617244ca8728211676cc06 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Tue, 19 Aug 2014 22:46:46 -0400 Subject: [PATCH 1/2] Incremented version --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) From 331963713728187aa6dd8191edbabacf9ce65a9e Mon Sep 17 00:00:00 2001 From: Matthew Hill Date: Tue, 19 Aug 2014 22:58:15 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 -----------