Update Makefile RAYLIB_VERSION

Changed the raylib version from 4.2.0 to 5.1-dev, just like the raylib.h file
This commit is contained in:
Belllg 2024-04-07 09:33:18 -03:00 committed by GitHub
parent 8bcf044983
commit 9f6e19701a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@
# Define required raylib variables
PROJECT_NAME ?= game
RAYLIB_VERSION ?= 4.2.0
RAYLIB_VERSION ?= 5.1-dev
RAYLIB_PATH ?= ..\..
# Define compiler path on Windows