mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-29 22:35:27 -04:00
Update win c6 makefile and tcl backend to version 2.6.0
This commit is contained in:
parent
19ba8a34c4
commit
c52032acb2
5 changed files with 14 additions and 10 deletions
|
@ -14,7 +14,7 @@
|
|||
# so you can encode the package version directly into the source files.
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
AC_INIT([zint], [2.5.3])
|
||||
AC_INIT([zint], [2.6.0])
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Call TEA_INIT as the first TEA_ macro to set up initial vars.
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
package ifneeded zint 2.5.3\
|
||||
package ifneeded zint 2.6.0\
|
||||
[list load [file join $dir zint[info sharedlibextension]]]
|
||||
|
|
|
@ -39,7 +39,9 @@
|
|||
2016-10-14 2.5.2 HaO
|
||||
- Include the upstream reverted image format
|
||||
2016-12-12 2.5.3 HaO
|
||||
- No changes here, take 2.5.1 framework files
|
||||
- No changes here, take 2.5.1 framework files
|
||||
2017-05-12 2.6.0 HaO
|
||||
- No changes here, take 2.6 framework files
|
||||
*/
|
||||
|
||||
#if defined(__WIN32__) || defined(_WIN32) || defined(WIN32)
|
||||
|
@ -79,7 +81,7 @@
|
|||
/*----------------------------------------------------------------------------*/
|
||||
/* > File option defines */
|
||||
|
||||
#define VERSION "2.5.3"
|
||||
#define VERSION "2.6.0"
|
||||
|
||||
/*----------------------------------------------------------------------------*/
|
||||
/* >>>>> Hepler defines */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue