diff options
| author | Ray <[email protected]> | 2023-11-10 13:27:13 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-11-10 13:27:13 +0100 |
| commit | 737cd0be7fb009bf837a00847128b00051c5f096 (patch) | |
| tree | dd31072d5f7c6147a9470ccdd280f9d670b7505c | |
| parent | 1b524bb2ec57cdca819d6d423639b5962736905a (diff) | |
| download | raylib-737cd0be7fb009bf837a00847128b00051c5f096.tar.gz raylib-737cd0be7fb009bf837a00847128b00051c5f096.zip | |
Updated for upcoming raylib 5.0
| -rw-r--r-- | CHANGELOG | 8 | ||||
| -rw-r--r-- | src/raylib.h | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -4,16 +4,16 @@ changelog Current Release: raylib 4.5.0 (18 March 2023) ------------------------------------------------------------------------- -Release: raylib 5.0 (xx November 2023) -WIP- +Release: raylib 5.0 - 10th Anniversary Edition (18 November 2023) ------------------------------------------------------------------------- KEY CHANGES: - - REDESIGNED: rcore module split per-platform, by @ubkp, @michaelfiber, @Bigfoot71, @raysan5 - - REMOVED: Deprecated platform: PLATFORM_RPI, use PLATFORM_DRM instead + - REDESIGNED: rcore module platform-split, by @ubkp, @michaelfiber, @Bigfoot71, @raysan5 - ADDED: New platform backend supported: SDL - ADDED: New platform backend supported: Nintendo Switch (closed source) - ADDED: New Splines drawing and evaluation API - ADDED: New pseudo-random numbers generator: rprand - - REDESIGNED: Automation Events System (exposed API) + - ADDED: Automation Events System API + - REMOVED: Deprecated platform: PLATFORM_RPI, use PLATFORM_DRM instead Detailed changes: [rcore] ADDED: RAYLIB_VERSION_* values to raylib.h (#2856) by @RobLoach diff --git a/src/raylib.h b/src/raylib.h index 769eaf5a..1c4c4a09 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -1,6 +1,6 @@ /********************************************************************************************** * -* raylib v4.6-dev - A simple and easy-to-use library to enjoy videogames programming (www.raylib.com) +* raylib v5.0 - A simple and easy-to-use library to enjoy videogames programming (www.raylib.com) * * FEATURES: * - NO external dependencies, all required libraries included with raylib |
