mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
3c1869b032
WARN_FAIL_ALL: always return error: ZINT_ERROR_USES_ECI/NON_COMPLIANT Fuller error messages; more comments zint.h mainwindow.cpp: replace metaobject ENUM with array (suppresses virtual in constructor warning)
6 lines
250 B
C
6 lines
250 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@
|