Add timestamp to package builds of untaged commits

pull/3/head
Werner Sembach 4 years ago
parent c2859e1d06
commit 8f7ada8dd4

@ -18,7 +18,7 @@
cmake_minimum_required(VERSION 3.6)
include(MunkeiVersionFromGit.cmake)
version_from_git()
version_from_git(TIMESTAMP "%Y%m%d%H%M%S")
project(tuxedo-touchpad-switch
VERSION ${VERSION}

Loading…
Cancel
Save