diff --git a/CMakeLists.txt b/CMakeLists.txt index f9a1227f..a2bbcc5b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) set(ZINT_VERSION_MAJOR 2) set(ZINT_VERSION_MINOR 16) set(ZINT_VERSION_RELEASE 0) -set(ZINT_VERSION_BUILD 0) # Set to 0 before release, set to 9 after release +set(ZINT_VERSION_BUILD 9) # Set to 0 before release, set to 9 after release set(ZINT_VERSION "${ZINT_VERSION_MAJOR}.${ZINT_VERSION_MINOR}.${ZINT_VERSION_RELEASE}.${ZINT_VERSION_BUILD}") add_definitions(-DZINT_VERSION=\"${ZINT_VERSION}\") diff --git a/ChangeLog b/ChangeLog index bc830c11..73bab8de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Version 2.16.0.9 (dev) not released yet (2025-12-19) +==================================================== + +No changes yet + + Version 2.16.0 (2025-12-19) =========================== diff --git a/backend/Makefile.mingw b/backend/Makefile.mingw index f8ca0f83..8b577713 100644 --- a/backend/Makefile.mingw +++ b/backend/Makefile.mingw @@ -6,7 +6,7 @@ # make clean cleans up a previous compilation and any object or editor files # -ZINT_VERSION:=-DZINT_VERSION=\"2.16.0\" +ZINT_VERSION:=-DZINT_VERSION=\"2.16.0.9\" CC:= gcc diff --git a/backend/libzint.rc b/backend/libzint.rc index b59c40cd..dc22c5b3 100644 --- a/backend/libzint.rc +++ b/backend/libzint.rc @@ -2,8 +2,8 @@ #include #include -#define VER_FILEVERSION 2,16,0,0 -#define VER_FILEVERSION_STR "2.16.0.0\0" +#define VER_FILEVERSION 2,16,0,9 +#define VER_FILEVERSION_STR "2.16.0.9\0" #ifdef GCC_WINDRES VS_VERSION_INFO VERSIONINFO diff --git a/backend/zint.h b/backend/zint.h index 2dea2aff..ea0ca2c8 100644 --- a/backend/zint.h +++ b/backend/zint.h @@ -31,7 +31,7 @@ /* SPDX-License-Identifier: BSD-3-Clause */ /* - * Version: 2.16.0 (see "zintconfig.h") + * Version: 2.16.0.9 (dev) (see "zintconfig.h") * * For documentation, see "../docs/manual.txt" or "../docs/manual.html" or the * PDF manual for 2.16.0 at diff --git a/backend/zintconfig.h b/backend/zintconfig.h index 8f0e5847..1574b9cb 100644 --- a/backend/zintconfig.h +++ b/backend/zintconfig.h @@ -37,7 +37,7 @@ #define ZINT_VERSION_MAJOR 2 #define ZINT_VERSION_MINOR 16 #define ZINT_VERSION_RELEASE 0 -#define ZINT_VERSION_BUILD 0 +#define ZINT_VERSION_BUILD 9 /* vim: set ts=4 sw=4 et : */ #endif /* ZINTCONFIG_H */ diff --git a/backend_qt/backend_qt.pro b/backend_qt/backend_qt.pro index b95125cb..c5c8ebca 100644 --- a/backend_qt/backend_qt.pro +++ b/backend_qt/backend_qt.pro @@ -17,7 +17,7 @@ TARGET = QtZint INCLUDEPATH += ../backend #EDIT THIS !!!! -DEFINES += ZINT_VERSION="\\\"2.16.0\\\"" +DEFINES += ZINT_VERSION="\\\"2.16.0.9\\\"" INCLUDEPATH += ../../lpng INCLUDEPATH += ../../zlib @@ -127,7 +127,7 @@ SOURCES += ../backend/2of5.c \ ../backend/dllversion.c \ qzint.cpp -VERSION = 2.16.0 +VERSION = 2.16.0.9 #DESTDIR = . diff --git a/backend_qt/backend_vc8.pro b/backend_qt/backend_vc8.pro index 8610aa8d..f7b2c1b3 100644 --- a/backend_qt/backend_vc8.pro +++ b/backend_qt/backend_vc8.pro @@ -4,7 +4,7 @@ win32 { } TARGET = QtZint2 -VERSION = 2.16.0 +VERSION = 2.16.0.9 QMAKE_CFLAGS += /TP /wd4018 /wd4244 /wd4305 QMAKE_CXXFLAGS += /TP /wd4018 /wd4244 /wd4305 diff --git a/backend_tcl/zint_tcl.vcxproj b/backend_tcl/zint_tcl.vcxproj index e4bff19c..6efc7728 100644 --- a/backend_tcl/zint_tcl.vcxproj +++ b/backend_tcl/zint_tcl.vcxproj @@ -61,7 +61,7 @@ Level3 ProgramDatabase ..\backend;C:\Tcl\include;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;_ZINT_TCL_EXPORTS;USE_TCL_STUBS;USE_TK_STUBS;ZINT_NO_PNG;ZINT_VERSION="2.16.0";PACKAGE_VERSION="2.16.0";%(PreprocessorDefinitions) + WIN32;_DEBUG;_WINDOWS;_USRDLL;_ZINT_TCL_EXPORTS;USE_TCL_STUBS;USE_TK_STUBS;ZINT_NO_PNG;ZINT_VERSION="2.16.0.9";PACKAGE_VERSION="2.16.0";%(PreprocessorDefinitions) .\Debug\ true .\Debug\zint_tcl.pch @@ -107,7 +107,7 @@ true Level3 ..\backend;C:\Tcl\include;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;ZINT_TCL_EXPORTS;USE_TCL_STUBS;USE_TK_STUBS;ZINT_NO_PNG;ZINT_VERSION="2.16.0";PACKAGE_VERSION="2.16.0";%(PreprocessorDefinitions) + WIN32;NDEBUG;_WINDOWS;_USRDLL;ZINT_TCL_EXPORTS;USE_TCL_STUBS;USE_TK_STUBS;ZINT_NO_PNG;ZINT_VERSION="2.16.0.9";PACKAGE_VERSION="2.16.0";%(PreprocessorDefinitions) .\Release\ true .\Release\zint_tcl.pch diff --git a/docs/manual.html b/docs/manual.html index 04bba0e7..30904000 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -4,7 +4,7 @@ - + Zint Barcode Generator and Zint Barcode Studio User Manual