瀏覽代碼
Merge pull request #545 from jubalh/master
Increase API version
pull/547/head
Ahmad Fatoum
7 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有
2 個檔案被更改,包括
2 行新增 和
2 行删除
-
src/CMakeLists.txt
-
src/Makefile
|
|
@ -3,7 +3,7 @@ project(raylib) |
|
|
|
include(GNUInstallDirs) |
|
|
|
|
|
|
|
set(PROJECT_VERSION 2.0.0) |
|
|
|
set(API_VERSION 1) |
|
|
|
set(API_VERSION 2) |
|
|
|
set(RAYLIB raylib) # Name of the generated library |
|
|
|
|
|
|
|
include("CMakeOptions.txt") |
|
|
|
|
|
@ -43,7 +43,7 @@ |
|
|
|
|
|
|
|
# Define required raylib variables
|
|
|
|
RAYLIB_VERSION = 2.0.0 |
|
|
|
RAYLIB_API_VERSION = 1 |
|
|
|
RAYLIB_API_VERSION = 2 |
|
|
|
|
|
|
|
# See below for alternatives.
|
|
|
|
RAYLIB_PATH = .. |
|
|
|