Update API version

This commit is contained in:
Ray 2020-02-19 12:35:30 +01:00
parent d62a2f793f
commit 7d789763d6

View file

@ -42,8 +42,8 @@
.PHONY: all clean install uninstall .PHONY: all clean install uninstall
# Define required raylib variables # Define required raylib variables
RAYLIB_VERSION = 2.6.0 RAYLIB_VERSION = 3.0.0
RAYLIB_API_VERSION = 261 RAYLIB_API_VERSION = 300
# See below for alternatives. # See below for alternatives.
RAYLIB_PATH = .. RAYLIB_PATH = ..