1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-10-31 22:47:05 +01:00

Doorlockd version 1.2.1

Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
This commit is contained in:
Ralf Ramsauer 2016-01-23 12:40:59 +01:00
parent ab8f33ebb1
commit 5abe7b642c

View File

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