mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-10 13:36:02 +00:00
updated version strings to 2.4.3
This commit is contained in:
@@ -24,7 +24,7 @@ weak_library_names=''
|
|||||||
# Version information for libz.
|
# Version information for libz.
|
||||||
current=2
|
current=2
|
||||||
age=4
|
age=4
|
||||||
revision=1
|
revision=3
|
||||||
|
|
||||||
# Is this an already installed library?
|
# Is this an already installed library?
|
||||||
installed=yes
|
installed=yes
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
# make clean cleans up a previous compilation and any object or editor files
|
# 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
|
CC := gcc
|
||||||
INCLUDE := -I/usr/include
|
INCLUDE := -I/usr/include
|
||||||
|
|||||||
@@ -6,11 +6,11 @@
|
|||||||
# make clean cleans up a previous compilation and any object or editor files
|
# 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
|
CC := gcc -m32
|
||||||
CFLAGS := -O2 -fms-extensions -mms-bitfields -fno-exceptions -fomit-frame-pointer -Wall -I../backend
|
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
|
prefix := /mingw
|
||||||
bindir := $(prefix)/bin
|
bindir := $(prefix)/bin
|
||||||
DESTDIR :=
|
DESTDIR :=
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ VS_VERSION_INFO VERSIONINFO
|
|||||||
#else
|
#else
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
#endif
|
#endif
|
||||||
FILEVERSION 2,4,1,0
|
FILEVERSION 2,4,3,0
|
||||||
PRODUCTVERSION 2,4,1,0
|
PRODUCTVERSION 2,4,3,0
|
||||||
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
|
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS VS_FF_DEBUG
|
FILEFLAGS VS_FF_DEBUG
|
||||||
@@ -24,12 +24,12 @@ BEGIN
|
|||||||
//language ID = U.S. English, char set = Windows, Multilingual
|
//language ID = U.S. English, char set = Windows, Multilingual
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "FileDescription", "zint barcode generator\0"
|
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 "InternalName", "zint.exe\0"
|
||||||
VALUE "LegalCopyright", "Copyright © 2009-2011 Robin Stuart & BogDan Vatra\0"
|
VALUE "LegalCopyright", "Copyright © 2009-2011 Robin Stuart & BogDan Vatra\0"
|
||||||
VALUE "OriginalFilename", "zint.exe\0"
|
VALUE "OriginalFilename", "zint.exe\0"
|
||||||
VALUE "ProductName", "zint\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 "License", "GNU General Public License version 3\0"
|
||||||
VALUE "WWW", "http://www.sourceforge.net/projects/zint\0"
|
VALUE "WWW", "http://www.sourceforge.net/projects/zint\0"
|
||||||
END
|
END
|
||||||
|
|||||||
6
readme
6
readme
@@ -59,6 +59,12 @@ Visual Studio. Correct bug preventing compilation without PNG support.
|
|||||||
Version 2.4.2:
|
Version 2.4.2:
|
||||||
Fix bugs in batch processing - this now works from the command line.
|
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
|
CONTACT ME
|
||||||
----------
|
----------
|
||||||
The home of libzint is:
|
The home of libzint is:
|
||||||
|
|||||||
Reference in New Issue
Block a user