mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 15:48:57 +00:00
* [core] REDESIGNED: Implement global context * [rlgl] REDESIGNED: Implement global context * Reviewed globals for Android * Review Android globals usage * Update Android globals * Bump raylib version to 3.0 !!! * [raudio] REDESIGNED: Implement global context * [raudio] Reorder functions * [core] Tweaks on descriptions * Issues with SUPPORT_MOUSE_GESTURES * [camera] Use global context * REDESIGN: Move shapes drawing texture/rec to RLGL context * Review some issues on standalone mode * Update to use global context * [GAME] Upload RE-PAIR game from GGJ2020 -WIP- * Update game: RE-PAIR * [utils] TRACELOG macros proposal * Update config.h
28 lines
757 B
Plaintext
28 lines
757 B
Plaintext
GLFW_ICON ICON "raylib.ico"
|
|
|
|
1 VERSIONINFO
|
|
FILEVERSION 3,0,0,0
|
|
PRODUCTVERSION 3,0,0,0
|
|
BEGIN
|
|
BLOCK "StringFileInfo"
|
|
BEGIN
|
|
//BLOCK "080904E4" // English UK
|
|
BLOCK "040904E4" // English US
|
|
BEGIN
|
|
//VALUE "CompanyName", "raylib technologies"
|
|
VALUE "FileDescription", "raylib application (www.raylib.com)"
|
|
VALUE "FileVersion", "3.0.0"
|
|
VALUE "InternalName", "raylib app"
|
|
VALUE "LegalCopyright", "(c) 2020 Ramon Santamaria (@raysan5)"
|
|
//VALUE "OriginalFilename", "raylib_app.exe"
|
|
VALUE "ProductName", "raylib game"
|
|
VALUE "ProductVersion", "3.0.0"
|
|
END
|
|
END
|
|
BLOCK "VarFileInfo"
|
|
BEGIN
|
|
//VALUE "Translation", 0x809, 1252 // English UK
|
|
VALUE "Translation", 0x409, 1252 // English US
|
|
END
|
|
END
|