Browse Source

windows resource version thing

Ariel Manzur 9 years ago
parent
commit
020700af1d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      platform/windows/godot_res.rc

+ 2 - 2
platform/windows/godot_res.rc

@@ -7,8 +7,8 @@
 GODOT_ICON ICON platform/windows/godot.ico
 
 1 VERSIONINFO
-FILEVERSION    	VERSION_MAJOR,0,VERSION_MINOR,0
-PRODUCTVERSION 	VERSION_MAJOR,0,VERSION_MINOR,0
+FILEVERSION    	VERSION_MAJOR,VERSION_MINOR,0,0
+PRODUCTVERSION 	VERSION_MAJOR,VERSION_MINOR,0,0
 FILEOS         	4
 FILETYPE       	1
 BEGIN