2021-01-05 2.9.1 HaO TCL backend update

+- Added options -reverse, -werror, -wzpl
+- Use version number from zint.h (first 3 digits). Do not use an own one.
This commit is contained in:
Harald Oehlmann 2021-01-05 14:13:11 +01:00
parent e198a40b3a
commit 04bf0ec99c
3 changed files with 162 additions and 112 deletions

View file

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