1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-07 20:17:06 +00:00

Update version number to 2.2

This commit is contained in:
hooper114
2009-07-13 19:03:28 +00:00
parent 067243221e
commit 31ffc6e644
7 changed files with 19 additions and 16 deletions

View File

@@ -6,7 +6,7 @@
# make clean cleans up a previous compilation and any object or editor files
#
ZINT_VERSION:=-DZINT_VERSION=\"2.1.4\"
ZINT_VERSION:=-DZINT_VERSION=\"2.2.0\"
CC := gcc
INCLUDE := -I/usr/local/include

View File

@@ -6,7 +6,7 @@
# make clean cleans up a previous compilation and any object or editor files
#
ZINT_VERSION:=-DZINT_VERSION=\"2.1.3\"
ZINT_VERSION:=-DZINT_VERSION=\"2.2.0\"
CC := gcc
CFLAGS := -D_WIN32 -O2 -fms-extensions -mms-bitfields -fno-exceptions -fomit-frame-pointer -Wall