From 3e658ef502cf334e0f1803445002ffafd4b217da Mon Sep 17 00:00:00 2001 From: Belllg <102824244+Belllg@users.noreply.github.com> Date: Sun, 7 Apr 2024 09:48:32 -0300 Subject: [PATCH] Update Makefile RAYLIB_VERSION (#3901) Changed the raylib version from 4.2.0 to 5.1-dev, just like the raylib.h file --- projects/VSCode/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/VSCode/Makefile b/projects/VSCode/Makefile index 25e00c0b4..2f43c9ead 100644 --- a/projects/VSCode/Makefile +++ b/projects/VSCode/Makefile @@ -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