mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-16 16:14:36 -04:00
2019-10-07 2.6.7 HaO Set version to 2.6.7, documentation, readme
This commit is contained in:
parent
15ae99ee11
commit
6e1283ccd8
13 changed files with 41 additions and 17 deletions
|
@ -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.
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
package ifneeded zint 2.6.6\
|
||||
package ifneeded zint 2.6.7\
|
||||
[list load [file join $dir zint[info sharedlibextension]]]
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue