macdeploy: fix version string

This commit is contained in:
tobtoht 2023-02-01 18:20:25 +01:00
parent bc63a9d4f1
commit 0ddaa58c78
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -25,10 +25,10 @@
<string>Copyright © 2014-@COPYRIGHT_YEAR@ @COPYRIGHT_HOLDERS@</string>
<key>CFBundleShortVersionString</key>
<string>@VERSION@</string>
<string>@PROJECT_VERSION@</string>
<key>CFBundleVersion</key>
<string>@VERSION@</string>
<string>@PROJECT_VERSION@</string>
<key>CFBundleSignature</key>
<string>????</string>