Incremented version

This commit is contained in:
Matt Hill
2016-01-06 06:48:46 -05:00
parent 1b8e640069
commit 28e366a16c
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
openalpr (2.2.2-1) unstable; urgency=low
* Minor bug fixes
* Upload sponsored by Petter Reinholdtsen
-- Matthew Hill <matthill@openalpr.com> Wed, 6 Jan 2016 06:48:05 -0500
openalpr (2.2.1-1) unstable; urgency=low openalpr (2.2.1-1) unstable; urgency=low
* Initial upload to Debian (Closes: #747509) * Initial upload to Debian (Closes: #747509)

View File

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