1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-07 20:17:06 +00:00

Version 2.16.0

This commit is contained in:
gitlost
2025-12-19 19:42:13 +00:00
parent fe02f2dd17
commit 55541e139e
46 changed files with 123 additions and 97 deletions

View File

@@ -6,7 +6,7 @@
# make clean cleans up a previous compilation and any object or editor files
#
ZINT_VERSION:=-DZINT_VERSION=\"2.15.0.9\"
ZINT_VERSION:=-DZINT_VERSION=\"2.16.0\"
CC:= gcc

View File

@@ -2,8 +2,8 @@
#include <windows.h>
#include <winver.h>
#define VER_FILEVERSION 2,15,0,9
#define VER_FILEVERSION_STR "2.15.0.9\0"
#define VER_FILEVERSION 2,16,0,0
#define VER_FILEVERSION_STR "2.16.0.0\0"
#ifdef GCC_WINDRES
VS_VERSION_INFO VERSIONINFO

View File

@@ -31,11 +31,11 @@
/* SPDX-License-Identifier: BSD-3-Clause */
/*
* Version: 2.15.0.9 (dev) (see "zintconfig.h")
* Version: 2.16.0 (see "zintconfig.h")
*
* For documentation, see "../docs/manual.txt" or "../docs/manual.html" or the
* PDF manual for 2.15.0 at
* https://sourceforge.net/projects/zint/files/zint/2.15.0/manual.pdf/download
* PDF manual for 2.16.0 at
* https://sourceforge.net/projects/zint/files/zint/2.16.0/manual.pdf/download
* or online at
* https://zint.org.uk/manual/
*/

View File

@@ -35,9 +35,9 @@
#define ZINTCONFIG_H
#define ZINT_VERSION_MAJOR 2
#define ZINT_VERSION_MINOR 15
#define ZINT_VERSION_MINOR 16
#define ZINT_VERSION_RELEASE 0
#define ZINT_VERSION_BUILD 9
#define ZINT_VERSION_BUILD 0
/* vim: set ts=4 sw=4 et : */
#endif /* ZINTCONFIG_H */