summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
diff options
context:
space:
mode:
authorAhmad Fatoum <[email protected]>2018-02-04 13:23:08 +0100
committerAhmad Fatoum <[email protected]>2018-02-04 13:36:08 +0100
commit19f280f4b793963eeadad9c2b2cab38d07715992 (patch)
tree720078aba8679ef1875a81e777df9b564f6b8a8d /src/Makefile
parent184df917bebdcad54ca0334ff80fe05a0f924817 (diff)
downloadraylib-19f280f4b793963eeadad9c2b2cab38d07715992.tar.gz
raylib-19f280f4b793963eeadad9c2b2cab38d07715992.zip
Bump version to 1.9.4
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