From ed7548051b92f4c70ad12ec5d2ffc1ad55adfa44 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 2 Aug 2022 09:21:03 +0200 Subject: Update version to 4.2 --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 26cc2b16..b19ac2e1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -45,8 +45,8 @@ PLATFORM ?= PLATFORM_DESKTOP # Define required raylib variables -RAYLIB_VERSION = 4.0.0 -RAYLIB_API_VERSION = 400 +RAYLIB_VERSION = 4.2.0 +RAYLIB_API_VERSION = 420 # Define raylib source code path RAYLIB_SRC_PATH ?= ../src -- cgit v1.2.3