Set Windows installer version to git tag

This commit is contained in:
WarmUpTill 2022-11-05 18:33:38 +01:00 committed by WarmUpTill
parent 65ea7987c7
commit 267ab6a7c1

View File

@ -1,5 +1,5 @@
#define MyAppName "@CMAKE_PROJECT_NAME@"
#define MyAppVersion "@CMAKE_PROJECT_VERSION@"
#define MyAppVersion "@GIT_TAG@"
#define MyAppPublisher "@PLUGIN_AUTHOR@"
#define MyAppURL "http://www.mywebsite.com"