From 5cfbb53f6c837bef2ebfafd778b08840f2e33704 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 18 May 2018 16:04:18 +0200 Subject: Increase API version Please do this whenever necessary. And adapt it before releasing a new RC. The RC should already have the correct one. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 582daf49..d327c2d1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -43,7 +43,7 @@ # Define required raylib variables RAYLIB_VERSION = 2.0.0 -RAYLIB_API_VERSION = 1 +RAYLIB_API_VERSION = 2 # See below for alternatives. RAYLIB_PATH = .. -- cgit v1.2.3