mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
build: increment API_VERSION after release
With v2.5.0 out, increment API_VERSION, so binaries dynamically linked against the released raylib aren't accidentally paired with a development or later released raylib that may be incompatible.
This commit is contained in:
@ -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 = ..
|
||||
|
||||
Reference in New Issue
Block a user