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
9 lines
204 B
C
9 lines
204 B
C
/* Filled in version number from the VERSION file + commit iterator */
|
|
#undef XCA_VERSION
|
|
|
|
/* usually "xca" */
|
|
#undef PACKAGE_TARNAME
|
|
|
|
/* usually "X Certificate and Key management" */
|
|
#undef PACKAGE_NAME
|