1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-17 18:07:02 +00:00

Make compile with MS-VC and set release version 2.6.2 in various files

Attention: qtzint.exe core dumpfs for me
This commit is contained in:
Harald Oehlmann
2017-10-23 17:07:30 +02:00
parent 73c9b502b5
commit 4b03bccba0
6 changed files with 10 additions and 7 deletions

View File

@@ -47,6 +47,8 @@
- EAN/UPC Codes with included check digit
- UPNQR Code
- Misspelled symbology: AztecRunes
2017-10-23 2.6.2 HaO
- Framework 2.6.2 bugfixes
*/
#if defined(__WIN32__) || defined(_WIN32) || defined(WIN32)
@@ -86,7 +88,7 @@
/*----------------------------------------------------------------------------*/
/* > File option defines */
#define VERSION "2.6.1"
#define VERSION "2.6.2"
/*----------------------------------------------------------------------------*/
/* >>>>> Hepler defines */