summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/raylib.rc')
-rw-r--r--src/raylib.rc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/raylib.rc b/src/raylib.rc
index 8612a956..12f35aae 100644
--- a/src/raylib.rc
+++ b/src/raylib.rc
@@ -6,10 +6,10 @@ PRODUCTVERSION 5,0,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
- //BLOCK "080904E4" // English UK
- BLOCK "040904E4" // English US
+ //BLOCK "080904E4" // English UK
+ BLOCK "040904E4" // English US
BEGIN
- //VALUE "CompanyName", "raylib technologies"
+ //VALUE "CompanyName", "raylib technologies"
VALUE "FileDescription", "raylib application (www.raylib.com)"
VALUE "FileVersion", "5.0.0"
VALUE "InternalName", "raylib app"
@@ -21,7 +21,7 @@ BEGIN
END
BLOCK "VarFileInfo"
BEGIN
- //VALUE "Translation", 0x809, 1252 // English UK
- VALUE "Translation", 0x409, 1252 // English US
+ //VALUE "Translation", 0x809, 1252 // English UK
+ VALUE "Translation", 0x409, 1252 // English US
END
END