summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2018-02-04 13:47:42 +0100
committerGitHub <[email protected]>2018-02-04 13:47:42 +0100
commitb908a4078a2f318e6bc9cbdcb7045d1ccab0c6a4 (patch)
treed853750091f0c5aa462a35621eecfddea5044c73 /src/Makefile
parentd50e291e8639de5cfb222bffc431f0f76151d48a (diff)
parent543745846974aa2f2fc3140238299aa3b78a30b6 (diff)
downloadraylib-1.9.4-dev.tar.gz
raylib-1.9.4-dev.zip
Merge pull request #460 from raysan5/develop1.9.4-dev
Integrate develop branch
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 fc85ea0a..e41a88a3 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -44,7 +44,7 @@
# Define required raylib variables
PLATFORM ?= PLATFORM_DESKTOP
RAYLIB_PATH = ..
-RAYLIB_VERSION = 1.9.2
+RAYLIB_VERSION = 1.9.4
RAYLIB_API_VERSION = 1
# Library type used for raylib: STATIC (.a) or SHARED (.so/.dll)
RAYLIB_LIBTYPE ?= STATIC