1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-09 21:15:57 +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

@@ -24,7 +24,7 @@ weak_library_names=''
# Version information for libz.
current=2
age=4
revision=1
revision=3
# Is this an already installed library?
installed=yes

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.3.0\"
CC := gcc
INCLUDE := -I/usr/include

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 :=

View File

@@ -6,8 +6,8 @@ VS_VERSION_INFO VERSIONINFO
#else
VS_VERSION_INFO VERSIONINFO
#endif
FILEVERSION 2,4,1,0
PRODUCTVERSION 2,4,1,0
FILEVERSION 2,4,3,0
PRODUCTVERSION 2,4,3,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
@@ -24,12 +24,12 @@ BEGIN
//language ID = U.S. English, char set = Windows, Multilingual
BEGIN
VALUE "FileDescription", "zint barcode generator\0"
VALUE "FileVersion", "2.4.1.0\0"
VALUE "FileVersion", "2.4.3.0\0"
VALUE "InternalName", "zint.exe\0"
VALUE "LegalCopyright", "Copyright © 2009-2011 Robin Stuart & BogDan Vatra\0"
VALUE "OriginalFilename", "zint.exe\0"
VALUE "ProductName", "zint\0"
VALUE "ProductVersion", "2.4.1.0\0"
VALUE "ProductVersion", "2.4.3.0\0"
VALUE "License", "GNU General Public License version 3\0"
VALUE "WWW", "http://www.sourceforge.net/projects/zint\0"
END

6
readme
View File

@@ -59,6 +59,12 @@ Visual Studio. Correct bug preventing compilation without PNG support.
Version 2.4.2:
Fix bugs in batch processing - this now works from the command line.
Version 2.4.3
Correct ISBN13 check digit
ISBN-13 check digit now correctly identifies '0'.
Thanks to Kévin Sailly.
CONTACT ME
----------
The home of libzint is: