Fix version number format for STRINGFILEINFO resources.

This commit is contained in:
Jeff Skaistis 2021-10-21 15:39:46 -05:00
parent d151f29ee5
commit 1f4691fbbb
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -6,7 +6,7 @@
#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

View File

@ -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