From c4eaf0076d39517a91da18f44f2be5c87457504d Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 4 May 2021 11:19:28 +0200 Subject: Update raylib version --- projects/4coder/Makefile | 3 +-- projects/VSCode/Makefile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'projects') diff --git a/projects/4coder/Makefile b/projects/4coder/Makefile index 40a1e230..7ba7bc3f 100644 --- a/projects/4coder/Makefile +++ b/projects/4coder/Makefile @@ -25,8 +25,7 @@ # Define required raylib variables PROJECT_NAME ?= game -RAYLIB_VERSION ?= 2.5.0 -RAYLIB_API_VERSION ?= 2 +RAYLIB_VERSION ?= 3.7.0 RAYLIB_PATH ?= ..\.. # Define default options diff --git a/projects/VSCode/Makefile b/projects/VSCode/Makefile index 5e09d668..dd36164d 100644 --- a/projects/VSCode/Makefile +++ b/projects/VSCode/Makefile @@ -25,7 +25,7 @@ # Define required raylib variables PROJECT_NAME ?= game -RAYLIB_VERSION ?= 3.5.0 +RAYLIB_VERSION ?= 3.7.0 RAYLIB_PATH ?= ..\.. # Define compiler path on Windows -- cgit v1.2.3