1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-09 21:15:57 +00:00

2019-10-07 2.6.7 HaO Set version to 2.6.7, documentation, readme

This commit is contained in:
Harald Oehlmann
2019-10-07 11:57:35 +02:00
parent 15ae99ee11
commit 6e1283ccd8
13 changed files with 41 additions and 17 deletions

View File

@@ -31,8 +31,8 @@ LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,6,6,0
PRODUCTVERSION 2,6,6,0
FILEVERSION 2,6,7,0
PRODUCTVERSION 2,6,7,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -50,7 +50,7 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "\0"
VALUE "FileDescription", "zint barcode generator\0"
VALUE "FileVersion", "2.6.6.0\0"
VALUE "FileVersion", "2.6.7.0\0"
VALUE "InternalName", "zint.exe\0"
VALUE "LegalCopyright", "Copyright © 2019 Robin Stuart\0"
VALUE "LegalTrademarks", "\0"
@@ -58,7 +58,7 @@ BEGIN
VALUE "OriginalFilename", "zint.exe\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "zint\0"
VALUE "ProductVersion", "2.6.6.0\0"
VALUE "ProductVersion", "2.6.7.0\0"
VALUE "SpecialBuild", "\0"
VALUE "WWW", "http://www.sourceforge.net/projects/zint\0"
END