Update version to 4.2

This commit is contained in:
Ray
2022-08-02 09:21:03 +02:00
parent eb8d14e5b2
commit ed7548051b
5 changed files with 12 additions and 18 deletions

View File

@ -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