mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Fix version number format for STRINGFILEINFO resources.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user