Incremented version

This commit is contained in:
Matt Hill
2016-01-24 15:34:04 -05:00
parent 51537f83ee
commit c790cfea56
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
openalpr (2.2.3-1) unstable; urgency=low
* Changed Debian config to build on all architectures
* Upload sponsored by Petter Reinholdtsen
-- Matthew Hill <matthill@openalpr.com> Sun, 24 Jan 2016 15:33:25 -0500
openalpr (2.2.2-1) unstable; urgency=low
* Minor bug fixes

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(OPENALPR_MAJOR_VERSION "2")
SET(OPENALPR_MINOR_VERSION "2")
SET(OPENALPR_PATCH_VERSION "2")
SET(OPENALPR_PATCH_VERSION "3")
SET(OPENALPR_VERSION ${OPENALPR_MAJOR_VERSION}.${OPENALPR_MINOR_VERSION}.${OPENALPR_PATCH_VERSION})
add_definitions( -DOPENALPR_MAJOR_VERSION=${OPENALPR_MAJOR_VERSION})