diff options
| author | Ray <[email protected]> | 2019-06-05 12:29:28 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-06-05 12:29:28 +0200 |
| commit | c5f605e888413741568b61bd00326cd3a475d7a5 (patch) | |
| tree | 4b782b5c542fad0a2926fb709eea508cc3aec60a /src/Makefile | |
| parent | 5c8191f8a79bd320fa90e31d30a30b030678ed77 (diff) | |
| parent | e103320ad8fdee61273b7da1162c120625de398d (diff) | |
| download | raylib-c5f605e888413741568b61bd00326cd3a475d7a5.tar.gz raylib-c5f605e888413741568b61bd00326cd3a475d7a5.zip | |
Merge pull request #862 from a3f/master
build: increment API_VERSION after release
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 9411b0e2..0f57f232 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 = .. |
