From aa76985c0da1dab965b41c98e87db341c73e9538 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 11 May 2018 18:14:19 +0200 Subject: Review raylib version to 2.0 Review raylib_icon resource --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 8444ed57..67d7c8c2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -42,7 +42,7 @@ .PHONY: all clean install uninstall # Define required raylib variables -RAYLIB_VERSION = 1.9.7 +RAYLIB_VERSION = 2.0.0 RAYLIB_API_VERSION = 1 # See below for alternatives. -- cgit v1.2.3