mirror of
https://github.com/woo-j/zint.git
synced 2025-01-26 06:03:45 +03:00
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@
|