diff options
-rw-r--r-- | platform/windows/godot_res.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/windows/godot_res.rc b/platform/windows/godot_res.rc index f77182f909..1a38bb4708 100644 --- a/platform/windows/godot_res.rc +++ b/platform/windows/godot_res.rc @@ -7,8 +7,8 @@ GODOT_ICON ICON platform/windows/godot.ico 1 VERSIONINFO -FILEVERSION VERSION_MAJOR,VERSION_MINOR,0 -PRODUCTVERSION VERSION_MAJOR,VERSION_MINOR,0 +FILEVERSION VERSION_MAJOR,0,VERSION_MINOR,0 +PRODUCTVERSION VERSION_MAJOR,0,VERSION_MINOR,0 FILEOS 4 FILETYPE 1 BEGIN @@ -30,4 +30,4 @@ BEGIN BEGIN VALUE "Translation", 0x409, 1200 END -END
\ No newline at end of file +END |