浏览代码

Merge pull request #545 from jubalh/master

Increase API version
pull/547/head
Ahmad Fatoum 7 年前
committed by GitHub
父节点
当前提交
a1ec0a5bc3
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      src/CMakeLists.txt
  2. +1
    -1
      src/Makefile

+ 1
- 1
src/CMakeLists.txt 查看文件

@ -3,7 +3,7 @@ project(raylib)
include(GNUInstallDirs) include(GNUInstallDirs)
set(PROJECT_VERSION 2.0.0) set(PROJECT_VERSION 2.0.0)
set(API_VERSION 1)
set(API_VERSION 2)
set(RAYLIB raylib) # Name of the generated library set(RAYLIB raylib) # Name of the generated library
include("CMakeOptions.txt") include("CMakeOptions.txt")

+ 1
- 1
src/Makefile 查看文件

@ -43,7 +43,7 @@
# Define required raylib variables # Define required raylib variables
RAYLIB_VERSION = 2.0.0 RAYLIB_VERSION = 2.0.0
RAYLIB_API_VERSION = 1
RAYLIB_API_VERSION = 2
# See below for alternatives. # See below for alternatives.
RAYLIB_PATH = .. RAYLIB_PATH = ..

正在加载...
取消
保存