summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2020-02-19 12:35:30 +0100
committerRay <[email protected]>2020-02-19 12:35:30 +0100
commit7d789763d6be00cda49a8da352e3d8c0326b9845 (patch)
treeb9bf6388e902e8d755e211bdd1cf5059344eb537 /src/Makefile
parentd62a2f793fdf10f677a2bf8a31a6734c9788a0dd (diff)
downloadraylib-7d789763d6be00cda49a8da352e3d8c0326b9845.tar.gz
raylib-7d789763d6be00cda49a8da352e3d8c0326b9845.zip
Update API version
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 e8f24f5e..e02af33b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -42,8 +42,8 @@
.PHONY: all clean install uninstall
# Define required raylib variables
-RAYLIB_VERSION = 2.6.0
-RAYLIB_API_VERSION = 261
+RAYLIB_VERSION = 3.0.0
+RAYLIB_API_VERSION = 300
# See below for alternatives.
RAYLIB_PATH = ..