mirror of
https://github.com/woo-j/zint.git
synced 2024-12-24 17:34:05 +03: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@
|