1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-12-22 02:14:26 +01:00

Small fix

This commit is contained in:
Ralf Ramsauer 2015-09-24 22:05:23 +02:00
parent 36787b91b3
commit 93fccda5d8

View File

@ -3,13 +3,13 @@ project(doorlockd)
option(USE_COLORIZED_LOGS "Colorized logging" ON)
set(DOORLOCKD_VERSION_MAJOR 1)
set(DOORLOCKD_VERSION_MINOR 0)
set(DOORLOCKD_VERSION_PATCH 0)
set(DOORLOCK_VERSION_MAJOR 1)
set(DOORLOCK_VERSION_MINOR 0)
set(DOORLOCK_VERSION_PATCH 0)
set(DOORLOCKD_VERSION "${DOORLOCKD_VERSION_MAJOR}.${DOORLOCKD_VERSION_MINOR}-${DOORLOCKD_VERSION_PATCH}")
set(DOORLOCK_VERSION "${DOORLOCK_VERSION_MAJOR}.${DOORLOCK_VERSION_MINOR}-${DOORLOCK_VERSION_PATCH}")
MESSAGE(STATUS "doorlockd version: ${DOORLOCKD_VERSION}")
MESSAGE(STATUS "doorlockd version: ${DOORLOCK_VERSION}")
# Get the current working branch
execute_process(