From 28e366a16c35cb094ac6343d8865b37e23212dcb Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Wed, 6 Jan 2016 06:48:46 -0500 Subject: [PATCH] Incremented version --- distros/debian/changelog | 7 +++++++ src/CMakeLists.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/distros/debian/changelog b/distros/debian/changelog index 25feefb..2f8103e 100644 --- a/distros/debian/changelog +++ b/distros/debian/changelog @@ -1,3 +1,10 @@ +openalpr (2.2.2-1) unstable; urgency=low + + * Minor bug fixes + * Upload sponsored by Petter Reinholdtsen + + -- Matthew Hill Wed, 6 Jan 2016 06:48:05 -0500 + openalpr (2.2.1-1) unstable; urgency=low * Initial upload to Debian (Closes: #747509) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 936135c..8a1143e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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 "1") +SET(OPENALPR_PATCH_VERSION "2") SET(OPENALPR_VERSION ${OPENALPR_MAJOR_VERSION}.${OPENALPR_MINOR_VERSION}.${OPENALPR_PATCH_VERSION}) add_definitions( -DOPENALPR_MAJOR_VERSION=${OPENALPR_MAJOR_VERSION})