From dd1a3c08487674188db2588643e19733a861f277 Mon Sep 17 00:00:00 2001 From: tgotic Date: Thu, 2 Jun 2011 00:05:57 +0200 Subject: [PATCH] updated version strings to 2.4.3 --- backend/libzint.la | 2 +- frontend/Makefile | 2 +- frontend/Makefile.mingw | 4 ++-- frontend/zint.rc | 8 ++++---- readme | 6 ++++++ 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/backend/libzint.la b/backend/libzint.la index d077ad1f..65e0a370 100644 --- a/backend/libzint.la +++ b/backend/libzint.la @@ -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 diff --git a/frontend/Makefile b/frontend/Makefile index e93f1950..c606d3db 100644 --- a/frontend/Makefile +++ b/frontend/Makefile @@ -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 diff --git a/frontend/Makefile.mingw b/frontend/Makefile.mingw index d2fb56c1..66db574a 100644 --- a/frontend/Makefile.mingw +++ b/frontend/Makefile.mingw @@ -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 := diff --git a/frontend/zint.rc b/frontend/zint.rc index 4f6a81f8..749f5f0a 100644 --- a/frontend/zint.rc +++ b/frontend/zint.rc @@ -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 diff --git a/readme b/readme index c060a0c5..1fb527c2 100644 --- a/readme +++ b/readme @@ -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: