Version: 1.3

Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
This commit is contained in:
Ralf Ramsauer 2016-04-11 18:13:29 +02:00
parent c4a78e48e5
commit 76d0491518
1 changed files with 2 additions and 2 deletions

View File

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