WARNING: UPDATE: Starting works on raylib 5.5 release

This commit is contained in:
Ray
2024-07-01 18:31:16 +02:00
parent fbd79cde5f
commit 2f49250baf
7 changed files with 17 additions and 17 deletions

View File

@ -67,8 +67,8 @@ else
endif
# Define required raylib variables
RAYLIB_VERSION = 5.0.0
RAYLIB_API_VERSION = 500
RAYLIB_VERSION = 5.5.0
RAYLIB_API_VERSION = 550
# Define raylib source code path
RAYLIB_SRC_PATH ?= ../src