xca/local.h.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

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