diff options
| author | Ray <[email protected]> | 2018-02-04 13:47:42 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-02-04 13:47:42 +0100 |
| commit | b908a4078a2f318e6bc9cbdcb7045d1ccab0c6a4 (patch) | |
| tree | d853750091f0c5aa462a35621eecfddea5044c73 /src/Makefile | |
| parent | d50e291e8639de5cfb222bffc431f0f76151d48a (diff) | |
| parent | 543745846974aa2f2fc3140238299aa3b78a30b6 (diff) | |
| download | raylib-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/Makefile | 2 |
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 |
