diff options
| author | Ahmad Fatoum <[email protected]> | 2019-06-04 16:25:13 +0200 |
|---|---|---|
| committer | Ahmad Fatoum <[email protected]> | 2019-06-05 08:58:24 +0200 |
| commit | e103320ad8fdee61273b7da1162c120625de398d (patch) | |
| tree | d7fa5053e5cae0b2c3193f9d721ca6526b2a6d85 /src/CMakeLists.txt | |
| parent | 538dfa010d05f55a2fef46570dc5a34ebbe3d337 (diff) | |
| download | raylib-e103320ad8fdee61273b7da1162c120625de398d.tar.gz raylib-e103320ad8fdee61273b7da1162c120625de398d.zip | |
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.
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 879ac220..9e381493 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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) |
