diff options
| author | Ahmad Fatoum <ahmad@a3f.at> | 2018-05-18 18:41:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-18 18:41:09 +0200 |
| commit | a1ec0a5bc33ab8726e55fa433ffc08fe3b42e539 (patch) | |
| tree | 79be3e93c632bba3dcfde08c8b008b83f98231fe /src/Makefile | |
| parent | fb4265f64659a50a5a86f9f283e7468b7998c60f (diff) | |
| parent | 5cfbb53f6c837bef2ebfafd778b08840f2e33704 (diff) | |
| download | raylib-a1ec0a5bc33ab8726e55fa433ffc08fe3b42e539.tar.gz raylib-a1ec0a5bc33ab8726e55fa433ffc08fe3b42e539.zip | |
Merge pull request #545 from jubalh/master
Increase API version
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 582daf49..d327c2d1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -43,7 +43,7 @@ # Define required raylib variables RAYLIB_VERSION = 2.0.0 -RAYLIB_API_VERSION = 1 +RAYLIB_API_VERSION = 2 # See below for alternatives. RAYLIB_PATH = .. |
