mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-09 13:41:59 -04:00
Fix version number format for STRINGFILEINFO resources.
This commit is contained in:
parent
d151f29ee5
commit
1f4691fbbb
4 changed files with 4 additions and 4 deletions
|
@ -31,7 +31,7 @@ LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
|
|||
//
|
||||
|
||||
#define VER_FILEVERSION 2,10,0,9
|
||||
#define VER_FILEVERSION_STR "2,10,0,9\0"
|
||||
#define VER_FILEVERSION_STR "2.10.0.9\0"
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION VER_FILEVERSION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue