1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-21 19:06:05 +00:00

version strings updated to 2.4.3

This commit is contained in:
tgotic
2011-05-16 20:06:42 +02:00
parent 6ad0a0bd70
commit e865b48c7e
15 changed files with 81 additions and 74 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.4.2\"
ZINT_VERSION:=-DZINT_VERSION=\"2.4.3.0\"
CC:= gcc -m32
@@ -15,7 +15,7 @@ AR:= ar rc
RANLIB:= ranlib
INCLUDE:= -I/mingw/include
CFLAGS:= -O2 -fms-extensions -mms-bitfields -fno-exceptions -fomit-frame-pointer -Wall
LDFLAGS = -Wl,--major-image-version=2 -Wl,--minor-image-version=42
LDFLAGS = -Wl,--major-image-version=2 -Wl,--minor-image-version=43
RC:= windres
RCFLAGS:= -v -F pe-i386 --define GCC_WINDRES