summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
diff options
context:
space:
mode:
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 56b6d063..e6c5106c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -44,8 +44,8 @@
PLATFORM ?= PLATFORM_DESKTOP
# Define required raylib variables
-RAYLIB_VERSION = 4.5.0
-RAYLIB_API_VERSION = 450
+RAYLIB_VERSION = 5.0.0
+RAYLIB_API_VERSION = 500
# Define raylib source code path
RAYLIB_SRC_PATH ?= ../src