Ver a proveniência

Merge pull request #545 from jubalh/master

Increase API version
pull/547/head
Ahmad Fatoum há 7 anos
committed by GitHub
ascendente
cometimento
a1ec0a5bc3
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
2 ficheiros alterados com 2 adições e 2 eliminações
  1. +1
    -1
      src/CMakeLists.txt
  2. +1
    -1
      src/Makefile

+ 1
- 1
src/CMakeLists.txt Ver ficheiro

@ -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")

+ 1
- 1
src/Makefile Ver ficheiro

@ -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 = ..

Carregando…
Cancelar
Guardar