瀏覽代碼

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.
pull/862/head
Ahmad Fatoum 5 年之前
父節點
當前提交
e103320ad8
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: C3EAC3DE9321D59B
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      src/CMakeLists.txt
  2. +1
    -1
      src/Makefile

+ 1
- 1
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)

+ 1
- 1
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 = ..

Loading…
取消
儲存