1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-24 05:17:05 +00:00

tcl backend update to version 2.6.4:

- Add options -bold, -dotted, -dotsize, -dmre, -eci
- Implemented ECI logic
This commit is contained in:
Harald Oehlmann
2018-11-02 18:48:04 +01:00
parent 9abd2d9bf7
commit 059eb7e450
3 changed files with 185 additions and 50 deletions

View File

@@ -14,7 +14,7 @@
# so you can encode the package version directly into the source files.
#-----------------------------------------------------------------------
AC_INIT([zint], [2.6.3])
AC_INIT([zint], [2.6.4])
#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.