mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-26 16:59:18 -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:
@ -4,7 +4,7 @@ include(GNUInstallDirs)
|
||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../cmake")
|
||||
|
||||
set(PROJECT_VERSION 2.5.0)
|
||||
set(API_VERSION 2)
|
||||
set(API_VERSION 251)
|
||||
|
||||
include("CMakeOptions.txt")
|
||||
include(BuildType)
|
||||
|
||||
Reference in New Issue
Block a user