1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-23 03:45:58 +00:00

version strings updated to 2.4.2

This commit is contained in:
tgotic
2011-05-04 21:50:02 +02:00
parent 891570299c
commit 6a69a212a0
4 changed files with 12 additions and 11 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.1\"
ZINT_VERSION:=-DZINT_VERSION=\"2.4.2\"
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=40
LDFLAGS = -Wl,--major-image-version=2 -Wl,--minor-image-version=42
RC:= windres
RCFLAGS:= -v -F pe-i386 --define GCC_WINDRES