aboutsummaryrefslogtreecommitdiff
path: root/raylib/src/raylib.rc
diff options
context:
space:
mode:
authorUneven Prankster <unevenprankster@protonmail.com>2023-11-16 21:12:27 -0300
committerUneven Prankster <unevenprankster@protonmail.com>2023-11-16 21:12:27 -0300
commit2bbf92ad5ae7708bf18ac7ef333e9a979d8d1bde (patch)
treec9d22bb0d73d9cc0c8586e4d31c93a561ea8e910 /raylib/src/raylib.rc
parent1c0cc775732201f4c4d3ee0d6772be786b3b4aa1 (diff)
Working so hard like a soldiermain
Can't afford a thing on TV
Diffstat (limited to 'raylib/src/raylib.rc')
-rw-r--r--raylib/src/raylib.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/raylib/src/raylib.rc b/raylib/src/raylib.rc
index 6a95465..8612a95 100644
--- a/raylib/src/raylib.rc
+++ b/raylib/src/raylib.rc
@@ -1,8 +1,8 @@
GLFW_ICON ICON "raylib.ico"
1 VERSIONINFO
-FILEVERSION 4,5,0,0
-PRODUCTVERSION 4,5,0,0
+FILEVERSION 5,0,0,0
+PRODUCTVERSION 5,0,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.5.0"
+ VALUE "FileVersion", "5.0.0"
VALUE "InternalName", "raylib app"
VALUE "LegalCopyright", "(c) 2023 Ramon Santamaria (@raysan5)"
//VALUE "OriginalFilename", "raylib_app.exe"
VALUE "ProductName", "raylib app"
- VALUE "ProductVersion", "4.5.0"
+ VALUE "ProductVersion", "5.0.0"
END
END
BLOCK "VarFileInfo"