Skip to content

Commit

Permalink
Incremented version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthill committed Jun 19, 2015
1 parent 3407269 commit 61a77fa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions distros/debian/changelog
@@ -1,3 +1,17 @@
openalpr (2.1.0-0.1) experimental; urgency=low

* Non-maintainer upload
* Added per-character details to API output
* Bug fixes
* Added camera calibration utility
* Motion detector for video frames
* Full UTF-8 character support
* Support for South Korean and Australian plates
* Experimental morphological plate detector
* Pattern matching for European countries

-- Matthew Hill <matthill@openalpr.com> Thu, 18 Jun 2015 20:31:00 -0500

openalpr (2.0.1-0.1) experimental; urgency=low

* Non-maintainer upload
Expand Down
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Expand Up @@ -5,8 +5,8 @@ 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 "0")
SET(OPENALPR_PATCH_VERSION "1")
SET(OPENALPR_MINOR_VERSION "1")
SET(OPENALPR_PATCH_VERSION "0")
SET(OPENALPR_VERSION ${OPENALPR_MAJOR_VERSION}.${OPENALPR_MINOR_VERSION}.${OPENALPR_PATCH_VERSION})

add_definitions( -DOPENALPR_MAJOR_VERSION=${OPENALPR_MAJOR_VERSION})
Expand Down

0 comments on commit 61a77fa

Please sign in to comment.