Version: 1.2

Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
This commit is contained in:
Ralf Ramsauer 2015-10-11 19:58:04 +02:00
parent ac0c5f3dba
commit c31deb10dc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ project(doorlockd)
option(USE_COLORIZED_LOGS "Colorized logging" ON)
set(DOORLOCK_VERSION_MAJOR 1)
set(DOORLOCK_VERSION_MINOR 1)
set(DOORLOCK_VERSION_MINOR 2)
set(DOORLOCK_VERSION_PATCH 0)
set(DOORLOCK_VERSION "${DOORLOCK_VERSION_MAJOR}.${DOORLOCK_VERSION_MINOR}-${DOORLOCK_VERSION_PATCH}")