mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Use git-describe in versions
Reference-to: https://github.com/tenacityteam/tenacity/pull/396 Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
This commit is contained in:
committed by
GitHub
parent
4f1d9f6f63
commit
56c953a14d
@@ -232,7 +232,7 @@ function( audacity_append_common_compiler_options var use_pch )
|
||||
-DAUDACITY_MODLEVEL=${AUDACITY_MODLEVEL}
|
||||
|
||||
# Version string for visual display
|
||||
-DAUDACITY_VERSION_STRING=L"${AUDACITY_VERSION}.${AUDACITY_RELEASE}.${AUDACITY_REVISION}${AUDACITY_SUFFIX}"
|
||||
-DAUDACITY_VERSION_STRING=L"${GIT_DESCRIBE}"
|
||||
|
||||
# This value is used in the resource compiler for Windows
|
||||
-DAUDACITY_FILE_VERSION=L"${AUDACITY_VERSION},${AUDACITY_RELEASE},${AUDACITY_REVISION},${AUDACITY_MODLEVEL}"
|
||||
|
Reference in New Issue
Block a user