1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-09 13:05:58 +00:00

Add explicit zintconfig.h for non-Cmake Windows build

This commit is contained in:
Robin Stuart
2020-11-24 07:03:03 +00:00
parent f9b639ed9c
commit f545075162
2 changed files with 6 additions and 1 deletions

5
backend/zintconfig.h Normal file
View File

@@ -0,0 +1,5 @@
// the configured options and settings for libzint
#define ZINT_VERSION_MAJOR 2
#define ZINT_VERSION_MINOR 9
#define ZINT_VERSION_RELEASE 1
#define ZINT_VERSION_BUILD 9