소스 검색

Merge pull request #862 from a3f/master

build: increment API_VERSION after release
pull/870/head
Ray 5 년 전
committed by GitHub
부모
커밋
c5f605e888
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
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 = ..

불러오는 중...
취소
저장