Update version number to 2.6.3

This commit is contained in:
Robin Stuart 2018-02-15 10:46:02 +00:00
parent fa3c150610
commit ffd1ed2d6b
12 changed files with 22 additions and 52 deletions

View file

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

View file

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

View file

@ -89,7 +89,7 @@
/*----------------------------------------------------------------------------*/
/* > File option defines */
#define VERSION "2.6.2"
#define VERSION "2.6.3"
/*----------------------------------------------------------------------------*/
/* >>>>> Hepler defines */