summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2018-05-11 18:14:19 +0200
committerRay <[email protected]>2018-05-11 18:14:19 +0200
commitaa76985c0da1dab965b41c98e87db341c73e9538 (patch)
tree67a6a7eff0cfc46f2e1b5b2818f0336c451611f9 /src/Makefile
parent281dbf5d83a777df6aecc4a456b277b23f42ba88 (diff)
downloadraylib-aa76985c0da1dab965b41c98e87db341c73e9538.tar.gz
raylib-aa76985c0da1dab965b41c98e87db341c73e9538.zip
Review raylib version to 2.0
Review raylib_icon resource
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
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.