mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-30 14:55:20 -04:00
Update version number to 2.3.0
This commit is contained in:
parent
7c1d8fdc5b
commit
35cacaef67
10 changed files with 38 additions and 35 deletions
|
@ -6,7 +6,7 @@
|
|||
# make clean cleans up a previous compilation and any object or editor files
|
||||
#
|
||||
|
||||
ZINT_VERSION:=-DZINT_VERSION=\"2.2.2\"
|
||||
ZINT_VERSION:=-DZINT_VERSION=\"2.3.0\"
|
||||
|
||||
CC := gcc
|
||||
INCLUDE := -I/usr/local/include
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# make clean cleans up a previous compilation and any object or editor files
|
||||
#
|
||||
|
||||
ZINT_VERSION:=-DZINT_VERSION=\"2.2.2\"
|
||||
ZINT_VERSION:=-DZINT_VERSION=\"2.3.0\"
|
||||
|
||||
CC := gcc
|
||||
CFLAGS := -D_WIN32 -O2 -fms-extensions -mms-bitfields -fno-exceptions -fomit-frame-pointer -Wall
|
||||
|
|
|
@ -352,6 +352,10 @@ echo testing HIBC LIC Codablock F
|
|||
zint -o bar110.png -b 110 --border=10 -d "A99912345/9901510X3"
|
||||
zint -o bar110.eps -b 110 --border=10 -d "A99912345/9901510X3"
|
||||
zint -o bar110.svg -b 110 --border=10 -d "A99912345/9901510X3"
|
||||
echo testing HIBC LIC Aztec Code
|
||||
zint -o bar112.png -b 112 --border=10 -d "A99912345/9901510X3"
|
||||
zint -o bar112.eps -b 112 --border=10 -d "A99912345/9901510X3"
|
||||
zint -o bar112.svg -b 112 --border=10 -d "A99912345/9901510X3"
|
||||
echo testing Aztec Runes
|
||||
zint -o bar128.png -b 128 --border=10 -d 125
|
||||
zint -o bar128.eps -b 128 --border=10 -d 125
|
||||
|
@ -416,6 +420,10 @@ echo testing Code One
|
|||
zint -o bar141.png -b 141 --border=10 -d "Demonstration Code One symbol generated by libzint"
|
||||
zint -o bar141.eps -b 141 --border=10 -d "Demonstration Code One symbol generated by libzint"
|
||||
zint -o bar141.svg -b 141 --border=10 -d "Demonstration Code One symbol generated by libzint"
|
||||
echo testing Grid Matrix
|
||||
zint -o bar142.png -b 142 --border=10 -d "Demonstration Grid Matrix generated by libzint"
|
||||
zint -o bar142.eps -b 142 --border=10 -d "Demonstration Grid Matrix generated by libzint"
|
||||
zint -o bar142.svg -b 142 --border=10 -d "Demonstration Grid Matrix generated by libzint"
|
||||
echo testing PNG rotation
|
||||
zint -o barrot0.png -b 130 --height=50 --border=10 --mode=1 --rotate=0 --primary=331234567890+01234 -d "[99]1234-abcd"
|
||||
zint -o barrot90.png -b 130 --height=50 --border=10 --mode=1 --rotate=90 --primary=331234567890+01234 -d "[99]1234-abcd"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue