Files
raylib/src/raylib.rc

28 lines
756 B
Plaintext
Raw Normal View History

2017-10-22 11:07:17 +02:00
GLFW_ICON ICON "raylib.ico"
1 VERSIONINFO
FILEVERSION 5,5,0,0
PRODUCTVERSION 5,5,0,0
2017-10-22 11:07:17 +02:00
BEGIN
BLOCK "StringFileInfo"
BEGIN
2024-04-02 09:40:19 +02:00
//BLOCK "080904E4" // English UK
BLOCK "040904E4" // English US
2017-10-22 11:07:17 +02:00
BEGIN
2024-11-14 16:39:58 +01:00
VALUE "CompanyName", "raylib technologies"
VALUE "FileDescription", "raylib application (www.raylib.com)"
VALUE "FileVersion", "5.5.0"
2024-11-14 16:39:58 +01:00
VALUE "InternalName", "raylib"
2025-01-01 00:02:52 +01:00
VALUE "LegalCopyright", "(c) 2025 Ramon Santamaria (@raysan5)"
2024-11-14 16:39:58 +01:00
VALUE "OriginalFilename", "raylib"
2020-03-28 18:27:56 +01:00
VALUE "ProductName", "raylib app"
VALUE "ProductVersion", "5.5.0"
2017-10-22 11:07:17 +02:00
END
END
BLOCK "VarFileInfo"
BEGIN
2024-04-02 09:40:19 +02:00
//VALUE "Translation", 0x809, 1252 // English UK
VALUE "Translation", 0x409, 1252 // English US
2017-10-22 11:07:17 +02:00
END
END