diff options
| author | Ray <[email protected]> | 2019-06-06 23:52:53 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-06-06 23:52:53 +0200 |
| commit | dee602464bcf17d6be6e0bbe215ed79140d11a8f (patch) | |
| tree | d04d625a5cd54760f4f3bae0faea46cadb5d853e /src/Makefile | |
| parent | baf225dc01250bb5c2918b854c24c6e45ccdea4d (diff) | |
| parent | e1f3f84e84c3f3b8cb831791b8400e50340e4064 (diff) | |
| download | raylib-dee602464bcf17d6be6e0bbe215ed79140d11a8f.tar.gz raylib-dee602464bcf17d6be6e0bbe215ed79140d11a8f.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib
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 a2db4e73..f3f473f0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -43,7 +43,7 @@ # Define required raylib variables RAYLIB_VERSION = 2.5.0 -RAYLIB_API_VERSION = 2 +RAYLIB_API_VERSION = 251 # See below for alternatives. RAYLIB_PATH = .. |
