2019-10-07 2.6.7 HaO Set version to 2.6.7, documentation, readme

This commit is contained in:
Harald Oehlmann 2019-10-07 11:57:35 +02:00
parent 15ae99ee11
commit 6e1283ccd8
13 changed files with 41 additions and 17 deletions

View file

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

View file

@ -1,2 +1,2 @@
package ifneeded zint 2.6.6\
package ifneeded zint 2.6.7\
[list load [file join $dir zint[info sharedlibextension]]]

View file

@ -62,6 +62,8 @@
- Add option -gssep
2019-09-18 2.6.6 HaO
- Framework 2.6.6 update
2019-10-07 2.6.7 HaO
- Framework 2.6.7 update
*/
#if defined(__WIN32__) || defined(_WIN32) || defined(WIN32)
@ -101,7 +103,7 @@
/*----------------------------------------------------------------------------*/
/* > File option defines */
#define VERSION "2.6.6"
#define VERSION "2.6.7"
/*----------------------------------------------------------------------------*/
/* >>>>> Hepler defines */