diff options
| author | Ray <[email protected]> | 2019-05-07 15:16:14 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-05-07 15:16:14 +0200 |
| commit | 98243877739fa59ffd7e40cae20b57a13c2dbb93 (patch) | |
| tree | 9724828565378808913b89074f525aa719c1c370 /src/raylib.rc | |
| parent | f6d1448da94e388a6d114023c12047d6e67ae615 (diff) | |
| download | raylib-98243877739fa59ffd7e40cae20b57a13c2dbb93.tar.gz raylib-98243877739fa59ffd7e40cae20b57a13c2dbb93.zip | |
Added resource file for raylib.dll
Some minor tweaks
Diffstat (limited to 'src/raylib.rc')
| -rw-r--r-- | src/raylib.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.rc b/src/raylib.rc index c2fdfa46..4d204c65 100644 --- a/src/raylib.rc +++ b/src/raylib.rc @@ -10,7 +10,7 @@ BEGIN BLOCK "040904E4" // English US BEGIN //VALUE "CompanyName", "raylib technologies" - VALUE "FileDescription", "Created using raylib (www.raylib.com)" + VALUE "FileDescription", "raylib application (www.raylib.com)" VALUE "FileVersion", "2.5.0" VALUE "InternalName", "raylib app" VALUE "LegalCopyright", "(c) 2019 Ramon Santamaria (@raysan5)" |
