mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 10:27:09 +00:00
Fix version number format for STRINGFILEINFO resources.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <winver.h>
|
||||
|
||||
#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"
|
||||
|
||||
#ifdef GCC_WINDRES
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
|
||||
Reference in New Issue
Block a user