mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
2019-09-19 HaO Set Version to 2.6.6
This commit is contained in:
@ -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.
|
||||
|
@ -1,2 +1,2 @@
|
||||
package ifneeded zint 2.6.5\
|
||||
package ifneeded zint 2.6.6\
|
||||
[list load [file join $dir zint[info sharedlibextension]]]
|
||||
|
@ -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 */
|
||||
|
Reference in New Issue
Block a user