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

updated version strings to 2.4.3

This commit is contained in:
tgotic
2011-06-02 00:05:57 +02:00
parent ba1771aa96
commit dd1a3c0848
5 changed files with 14 additions and 8 deletions

View File

@@ -6,11 +6,11 @@
# 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
CFLAGS := -O2 -fms-extensions -mms-bitfields -fno-exceptions -fomit-frame-pointer -Wall -I../backend
LDFLAGS = -Wl,--major-image-version=2 -Wl,--minor-image-version=42
LDFLAGS = -Wl,--major-image-version=2 -Wl,--minor-image-version=43
prefix := /mingw
bindir := $(prefix)/bin
DESTDIR :=