From 1b56f7917efd8558bf319d393fdd8a3f22b9d200 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 5 Mar 2020 19:33:54 +0100 Subject: [PATCH] Update raylib version --- examples/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index 4e6b48955..3ae76baff 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -25,8 +25,8 @@ # Define required raylib variables PROJECT_NAME ?= raylib_examples -RAYLIB_VERSION ?= 2.5.0 -RAYLIB_API_VERSION ?= 2 +RAYLIB_VERSION ?= 3.0.0 +RAYLIB_API_VERSION ?= 3 RAYLIB_PATH ?= .. # Define default options