X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=CMakeLists.txt;h=4a8eb5db9ca44e0ef26b1b71b1c0fb273eab6e4d;hp=e1bc3a60f856b63ad08eb80f57089d3bb69b6884;hb=3d87310109576c77819c4c592d41bc1d9731978b;hpb=1e8c82e90f947b5803430b08b7912ea3c95fd604 diff --git a/CMakeLists.txt b/CMakeLists.txt index e1bc3a6..4a8eb5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -123,7 +123,7 @@ set(PV_TITLE PulseView) set(PV_DESCRIPTION "A GUI for sigrok") include(GetGitRevisionDescription) -git_describe(PV_NAME_VERSION_STRING) +git_describe(PV_NAME_VERSION_STRING --tags --dirty) if(NOT PV_NAME_VERSION_STRING) # Read the version from a file that is distributed with