Change PDF417TRUNC -> PDF417COMP and version 2.8 -> 2.9

This commit is contained in:
Robin Stuart 2020-07-29 22:35:31 +01:00
parent 0004cfb35a
commit e9652df70c
15 changed files with 45 additions and 26 deletions

View file

@ -136,7 +136,7 @@ extern "C" {
};
#define ZINT_VERSION_MAJOR 2
#define ZINT_VERSION_MINOR 8
#define ZINT_VERSION_MINOR 9
#define ZINT_VERSION_RELEASE 0
/* Tbarcode 7 codes */
@ -180,7 +180,8 @@ extern "C" {
#define BARCODE_PZN 52
#define BARCODE_PHARMA_TWO 53
#define BARCODE_PDF417 55
#define BARCODE_PDF417TRUNC 56
#define BARCODE_PDF417COMP 56
#define BARCODE_PDF417TRUNC 56 // Legacy
#define BARCODE_MAXICODE 57
#define BARCODE_QRCODE 58
#define BARCODE_CODE128B 60