2019-09-19 HaO Set Version to 2.6.6

This commit is contained in:
Harald Oehlmann
2019-09-18 11:58:57 +02:00
parent 5c9d127ad1
commit 6751a816a6
12 changed files with 23 additions and 18 deletions

View File

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

View File

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

View File

@ -60,7 +60,8 @@
2019-09-01 2.6.5 HaO
- Framework 2.6.5 update
- Add option -gssep
2019-09-18 2.6.6 HaO
- Framework 2.6.6 update
*/
#if defined(__WIN32__) || defined(_WIN32) || defined(WIN32)
@ -100,7 +101,7 @@
/*----------------------------------------------------------------------------*/
/* > File option defines */
#define VERSION "2.6.5"
#define VERSION "2.6.6"
/*----------------------------------------------------------------------------*/
/* >>>>> Hepler defines */