mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
3eb31fe3f8
Warning: potential incompatibility because version number is no longer stored in zint.h
6 lines
247 B
C
6 lines
247 B
C
// the configured options and settings for libzint
|
|
#define ZINT_VERSION_MAJOR @ZINT_VERSION_MAJOR@
|
|
#define ZINT_VERSION_MINOR @ZINT_VERSION_MINOR@
|
|
#define ZINT_VERSION_RELEASE @ZINT_VERSION_RELEASE@
|
|
#define ZINT_VERSION_BUILD @ZINT_VERSION_BUILD@
|