mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
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
6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
<Include>
|
|
<?define Version="@XCA_VERSION@"?>
|
|
<?define VersionHash="@VERSIONHASH@"?>
|
|
<?define PackageName="@PACKAGE_NAME@"?>
|
|
</Include>
|