summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorRay <[email protected]>2024-07-01 18:31:16 +0200
committerRay <[email protected]>2024-07-01 18:31:16 +0200
commit2f49250baf68000f79d37f2cc0478d3fa310c331 (patch)
treeeb13983f7761049036a0a8b29c0e50db7da7a06c /examples
parentfbd79cde5f67ec863832a95942ae0c2e88947bbc (diff)
downloadraylib-2f49250baf68000f79d37f2cc0478d3fa310c331.tar.gz
raylib-2f49250baf68000f79d37f2cc0478d3fa310c331.zip
WARNING: UPDATE: Starting works on `raylib 5.5` release
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index c9f819dd..b9a2aa88 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -62,7 +62,7 @@ endif
# Define required raylib variables
PROJECT_NAME ?= raylib_examples
-RAYLIB_VERSION ?= 5.0.0
+RAYLIB_VERSION ?= 5.5.0
RAYLIB_PATH ?= ..
# Define raylib source code path