xca/misc/variables.wxi.in
Christian Hohnstädt 8c04bc2b27 Rename PACKAGE_VERSION to XCA_VERSION
For an official release XCA_VERSION == PACKAGE_VERSION.
For any additional commit, XCA_VERSION's path-level is increased.

PACKAGE_VERSION cannot be modified after initially set.
Change any occurance of PACKAGE_VERSION by XCA_VERSION
2021-04-26 10:10:23 +02:00

6 lines
147 B
Plaintext

<Include>
<?define Version="@XCA_VERSION@"?>
<?define VersionHash="@VERSIONHASH@"?>
<?define PackageName="@PACKAGE_NAME@"?>
</Include>