REVIEWED: raylib 5.0-dev version for a future release

This commit is contained in:
Ray
2023-10-18 00:33:05 +02:00
parent 53cd60bb29
commit fc6152613f
8 changed files with 15 additions and 15 deletions

View File

@ -44,8 +44,8 @@
PLATFORM ?= PLATFORM_DESKTOP
# Define required raylib variables
RAYLIB_VERSION = 4.5.0
RAYLIB_API_VERSION = 450
RAYLIB_VERSION = 5.0.0
RAYLIB_API_VERSION = 500
# Define raylib source code path
RAYLIB_SRC_PATH ?= ../src