diff options
| author | Ray <[email protected]> | 2022-08-02 09:21:03 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-08-02 09:21:03 +0200 |
| commit | ed7548051b92f4c70ad12ec5d2ffc1ad55adfa44 (patch) | |
| tree | c2897df756385be2b102b50f3f83e753c3d1c576 /src/raylib.rc | |
| parent | eb8d14e5b24df38a6eca8eab02ffbf22ee73bde1 (diff) | |
| download | raylib-ed7548051b92f4c70ad12ec5d2ffc1ad55adfa44.tar.gz raylib-ed7548051b92f4c70ad12ec5d2ffc1ad55adfa44.zip | |
Update version to 4.2
Diffstat (limited to 'src/raylib.rc')
| -rw-r--r-- | src/raylib.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/raylib.rc b/src/raylib.rc index d00fee6f..98401705 100644 --- a/src/raylib.rc +++ b/src/raylib.rc @@ -1,8 +1,8 @@ GLFW_ICON ICON "raylib.ico" 1 VERSIONINFO -FILEVERSION 4,0,0,0 -PRODUCTVERSION 4,0,0,0 +FILEVERSION 4,2,0,0 +PRODUCTVERSION 4,2,0,0 BEGIN BLOCK "StringFileInfo" BEGIN @@ -11,12 +11,12 @@ BEGIN BEGIN //VALUE "CompanyName", "raylib technologies" VALUE "FileDescription", "raylib application (www.raylib.com)" - VALUE "FileVersion", "4.0.0" + VALUE "FileVersion", "4.2.0" VALUE "InternalName", "raylib app" VALUE "LegalCopyright", "(c) 2022 Ramon Santamaria (@raysan5)" //VALUE "OriginalFilename", "raylib_app.exe" VALUE "ProductName", "raylib app" - VALUE "ProductVersion", "4.0.0" + VALUE "ProductVersion", "4.2.0" END END BLOCK "VarFileInfo" |
