summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2022-08-02 09:21:03 +0200
committerRay <[email protected]>2022-08-02 09:21:03 +0200
commited7548051b92f4c70ad12ec5d2ffc1ad55adfa44 (patch)
treec2897df756385be2b102b50f3f83e753c3d1c576 /src/Makefile
parenteb8d14e5b24df38a6eca8eab02ffbf22ee73bde1 (diff)
downloadraylib-ed7548051b92f4c70ad12ec5d2ffc1ad55adfa44.tar.gz
raylib-ed7548051b92f4c70ad12ec5d2ffc1ad55adfa44.zip
Update version to 4.2
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
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