From db568c0ed1d39ab0e201c3b4ec723d7982448854 Mon Sep 17 00:00:00 2001 From: Robin Stuart Date: Sun, 12 Sep 2010 16:36:39 +0100 Subject: [PATCH] Update version to 2.4 Update version number of library --- CMakeLists.txt | 4 ++-- readme | 12 ++++++++---- win32/libzint.vcproj | 6 +++--- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 09f42f45..3f2419e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,8 +9,8 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) #comment or remove the above line before release set (ZINT_VERSION_MAJOR 2) -set (ZINT_VERSION_MINOR 3) -set (ZINT_VERSION_RELEASE 2) +set (ZINT_VERSION_MINOR 4) +set (ZINT_VERSION_RELEASE 0) set (ZINT_VERSION "${ZINT_VERSION_MAJOR}.${ZINT_VERSION_MINOR}.${ZINT_VERSION_RELEASE}" ) add_definitions (-DZINT_VERSION=\"${ZINT_VERSION}\" -Wall) diff --git a/readme b/readme index e07cc7b3..cba453db 100644 --- a/readme +++ b/readme @@ -1,5 +1,5 @@ -Zint and libzint 2.3.2 ----------------------- +Zint and libzint 2.4 +-------------------- Zint is a suite of programs to allow easy encoding of data in any of the wide range of public domain barcode standards and to allow integration of this capability into your own programs. This version of Zint is able to encode data in the following formats: @@ -12,8 +12,8 @@ Code 16k, PDF417, MicroPDF417, Two-Track Pharmacode, PostNet, PLANET, Australia RM4SCC, USPS OneCode, GS1 DataBar, DataBar-14, DataBar Limited, DataBar Extended, DataBar Stacked, Composite Symbology, Data Matrix, QR Code, Maxicode, Aztec Code, EAN-13, Micro QR, Korea Post Barcode, HIBC Code 128, HIBC Code 39, HIBC Data Matrix, HIBC PDF417, HIBC MicroPDF417, -HIBC QR Code, HIBC Codablock-F, HIBC Aztec Code, Japanese Postal Code, Code 49, Channel Code, Code One, -Grid Matrix, FIM and Flattermarken. +HIBC QR Code, HIBC Aztec Code, Japanese Postal Code, Code 49, Channel Code, Code One, Grid Matrix, +FIM and Flattermarken. ****************************************************************************** * PLEASE NOTE: This is just a simple guide to getting Zint working. * @@ -42,6 +42,10 @@ this standard. For full details see the project website. Version 2.3.2: More bug corrections including important corrections to RSS Expanded, Maxicode and ISBN. +Version 2.4: +Simplified GUI. Addition of "render" functions provides an API for glabels. Corrections to 4-state codes. +Simplification in QR code. Added --dump option. + COMPILING THE CODE ------------------ The CMake Method: diff --git a/win32/libzint.vcproj b/win32/libzint.vcproj index 49cc22a9..d403ef74 100644 --- a/win32/libzint.vcproj +++ b/win32/libzint.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="d:\opt\include" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION="\"2.3.0\"";BUILD_ZINT_DLL;ZLIB_DLL;PNG_DLL" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION="\"2.4.0\"";BUILD_ZINT_DLL;ZLIB_DLL;PNG_DLL" MinimalRebuild="true" ExceptionHandling="0" BasicRuntimeChecks="3" @@ -126,7 +126,7 @@ Optimization="2" EnableIntrinsicFunctions="false" AdditionalIncludeDirectories="d:\opt\include" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION="\"2.3.0\"";BUILD_ZINT_DLL;ZLIB_DLL;PNG_DLL" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION="\"2.4.0\"";BUILD_ZINT_DLL;ZLIB_DLL;PNG_DLL" StringPooling="true" ExceptionHandling="0" RuntimeLibrary="2" @@ -211,7 +211,7 @@ Optimization="2" EnableIntrinsicFunctions="false" AdditionalIncludeDirectories="d:\opt\include" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION="\"2.3.0\""" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION="\"2.4.0\""" StringPooling="true" ExceptionHandling="0" RuntimeLibrary="2"