From 44e5126d089cf86a7466d98ac0457837362fcf18 Mon Sep 17 00:00:00 2001 From: Thomas Anderson <5776225+CrackedPixel@users.noreply.github.com> Date: Sun, 12 Apr 2026 12:21:09 -0500 Subject: [PATCH] update 2025->2026, 5.5->6.0 (#5754) --- BINDINGS.md | 2 +- CHANGELOG | 2 +- examples/Makefile.Android | 2 +- examples/examples.rc | 10 +++++----- projects/CMake/CMakeLists.txt | 2 +- tools/rexm/LICENSE | 2 +- tools/rexm/Makefile | 2 +- tools/rexm/rexm.c | 6 +++--- tools/rexm/rexm.rc | 2 +- tools/rlparser/rlparser.rc | 6 +++--- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/BINDINGS.md b/BINDINGS.md index 4a7680964..66467d9fa 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -6,7 +6,7 @@ Some people ported raylib to other languages in the form of bindings or wrappers | Name | raylib Version | Language | License | | :--------------------------------------------------------------------------------------- | :--------------: | :------------------------------------------------------------------: | :------------------: | -| [raylib](https://github.com/raysan5/raylib) | **5.5** | [C/C++](https://en.wikipedia.org/wiki/C_(programming_language)) | Zlib | +| [raylib](https://github.com/raysan5/raylib) | **6.0** | [C/C++](https://en.wikipedia.org/wiki/C_(programming_language)) | Zlib | | [raylib-ada](https://github.com/Fabien-Chouteau/raylib-ada) | **5.5** | [Ada](https://en.wikipedia.org/wiki/Ada_(programming_language)) | MIT | | [raylib-beef](https://github.com/Starpelly/raylib-beef) | **5.5** | [Beef](https://www.beeflang.org) | MIT | | [raybit](https://github.com/Alex-Velez/raybit) | **5.0** | [Brainfuck](https://en.wikipedia.org/wiki/Brainfuck) | MIT | diff --git a/CHANGELOG b/CHANGELOG index ec1957103..e4e06ce47 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ changelog --------- -Current Release: raylib 5.5 (18 November 2024) +Current Release: raylib 6.0 (23 April 2026) ------------------------------------------------------------------------- Release: raylib 6.0 (23 April 2026) diff --git a/examples/Makefile.Android b/examples/Makefile.Android index cf4ad1257..0d8da9701 100644 --- a/examples/Makefile.Android +++ b/examples/Makefile.Android @@ -2,7 +2,7 @@ # # raylib makefile for Android project (APK building) # -# Copyright (c) 2017-2025 Ramon Santamaria (@raysan5) +# Copyright (c) 2017-2026 Ramon Santamaria (@raysan5) # # This software is provided "as-is", without any express or implied warranty. In no event # will the authors be held liable for any damages arising from the use of this software. diff --git a/examples/examples.rc b/examples/examples.rc index 14938ae9d..4b53143fb 100644 --- a/examples/examples.rc +++ b/examples/examples.rc @@ -1,8 +1,8 @@ GLFW_ICON ICON "raylib.ico" 1 VERSIONINFO -FILEVERSION 5,5,0,0 -PRODUCTVERSION 5,5,0,0 +FILEVERSION 6,0,0,0 +PRODUCTVERSION 6,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", "5.5.0" + VALUE "FileVersion", "6.0.0" VALUE "InternalName", "raylib-example" - VALUE "LegalCopyright", "(c) 2025 Ramon Santamaria (@raysan5)" + VALUE "LegalCopyright", "(c) 2026 Ramon Santamaria (@raysan5)" VALUE "OriginalFilename", "raylib-example" VALUE "ProductName", "raylib-example" - VALUE "ProductVersion", "5.5.0" + VALUE "ProductVersion", "6.0.0" END END BLOCK "VarFileInfo" diff --git a/projects/CMake/CMakeLists.txt b/projects/CMake/CMakeLists.txt index 56a5a5f51..b1d307489 100644 --- a/projects/CMake/CMakeLists.txt +++ b/projects/CMake/CMakeLists.txt @@ -5,7 +5,7 @@ project(example) set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # Dependencies -set(RAYLIB_VERSION 5.5) +set(RAYLIB_VERSION 6.0) find_package(raylib ${RAYLIB_VERSION} QUIET) # QUIET or REQUIRED if (NOT raylib_FOUND) # If there's none, fetch and build raylib include(FetchContent) diff --git a/tools/rexm/LICENSE b/tools/rexm/LICENSE index 7d8c7bfc5..9bcc4ed0d 100644 --- a/tools/rexm/LICENSE +++ b/tools/rexm/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2025 Ramon Santamaria (@raysan5) +Copyright (c) 2026 Ramon Santamaria (@raysan5) This software is provided "as-is", without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/tools/rexm/Makefile b/tools/rexm/Makefile index c8f2490c0..6d061a6f6 100644 --- a/tools/rexm/Makefile +++ b/tools/rexm/Makefile @@ -2,7 +2,7 @@ # # raylib makefile for Desktop platforms, Web (Wasm), Raspberry Pi (DRM mode) and Android # -# Copyright (c) 2013-2025 Ramon Santamaria (@raysan5) +# Copyright (c) 2013-2026 Ramon Santamaria (@raysan5) # # This software is provided "as-is", without any express or implied warranty. In no event # will the authors be held liable for any damages arising from the use of this software. diff --git a/tools/rexm/rexm.c b/tools/rexm/rexm.c index 841ccbce8..84780988f 100644 --- a/tools/rexm/rexm.c +++ b/tools/rexm/rexm.c @@ -474,8 +474,8 @@ int main(int argc, char *argv[]) exTextUpdated[1] = TextReplaceAlloc(exTextUpdated[0], "", exName + strlen(exCategory) + 1); //TextReplaceAlloc(newExample, "", "Ray"); //TextReplaceAlloc(newExample, "@", "@raysan5"); - //TextReplaceAlloc(newExample, "", 2025); - //TextReplaceAlloc(newExample, "", 2025); + //TextReplaceAlloc(newExample, "", 2026); + //TextReplaceAlloc(newExample, "", 2026); SaveFileText(TextFormat("%s/%s/%s.c", exBasePath, exCategory, exName), exTextUpdated[1]); for (int i = 0; i < 6; i++) { MemFree(exTextUpdated[i]); exTextUpdated[i] = NULL; } @@ -1875,7 +1875,7 @@ int main(int argc, char *argv[]) printf("\n////////////////////////////////////////////////////////////////////////////////////////////\n"); printf("// //\n"); printf("// rexm [raylib examples manager] - A simple command-line tool to manage raylib examples //\n"); - printf("// powered by raylib v5.6-dev //\n"); + printf("// powered by raylib v6.0 //\n"); printf("// //\n"); printf("// Copyright (c) 2025-2026 Ramon Santamaria (@raysan5) //\n"); printf("// //\n"); diff --git a/tools/rexm/rexm.rc b/tools/rexm/rexm.rc index 4d3785a6a..83f4e1746 100644 --- a/tools/rexm/rexm.rc +++ b/tools/rexm/rexm.rc @@ -13,7 +13,7 @@ BEGIN VALUE "FileDescription", "rexm | raylib examples manager" VALUE "FileVersion", "1.0" VALUE "InternalName", "rexm" - VALUE "LegalCopyright", "(c) 2025 Ramon Santamaria" + VALUE "LegalCopyright", "(c) 2026 Ramon Santamaria" //VALUE "OriginalFilename", "rexm.exe" VALUE "rexm", "rexm" VALUE "ProductVersion", "1.0" diff --git a/tools/rlparser/rlparser.rc b/tools/rlparser/rlparser.rc index a5bb5b7ad..e487b7a09 100644 --- a/tools/rlparser/rlparser.rc +++ b/tools/rlparser/rlparser.rc @@ -1,7 +1,7 @@ IDI_APP_ICON ICON "rlparser.ico" 1 VERSIONINFO -FILEVERSION 5,5,0,0 -PRODUCTVERSION 5,5,0,0 +FILEVERSION 6,0,0,0 +PRODUCTVERSION 6,0,0,0 BEGIN BLOCK "StringFileInfo" BEGIN @@ -11,7 +11,7 @@ BEGIN VALUE "FileDescription", "rlparser | raylib header API parser" VALUE "FileVersion", "1.0" VALUE "InternalName", "rlparser" - VALUE "LegalCopyright", "(c) 2025 Ramon Santamaria (@raysan5)" + VALUE "LegalCopyright", "(c) 2026 Ramon Santamaria (@raysan5)" VALUE "OriginalFilename", "rlparser" VALUE "ProductName", "rlparser" VALUE "ProductVersion", "1.0"