Incremented version

This commit is contained in:
Matt Hill
2015-12-17 06:17:07 -05:00
parent 0ad9e7a4a7
commit 12b999a9f7
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
openalpr (2.2.1-1) unstable; urgency=low
* Initial upload to Debian (Closes: #747509)
* Debian Packaging enhancements
* Added binding for Go
* Upload sponsored by Petter Reinholdtsen
-- Matthew Hill <matthill@openalpr.com> Thu, 17 Dec 2015 18:10:05 -0500
openalpr (2.2.0-0.1) experimental; urgency=low
* Non-maintainer upload

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