Ver a proveniência

~Updated project version (#1761)

Updated to fix versioning and linking issues.
Old version would cause examples to not be linked on fresh raylib install or linked with an old library version on updated raylib install.
pull/1764/head
ProphesorIks há 3 anos
committed by GitHub
ascendente
cometimento
1d0767022d
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      src/CMakeLists.txt

+ 2
- 2
src/CMakeLists.txt Ver ficheiro

@ -1,7 +1,7 @@
# Setup the project and settings
project(raylib C)
set(PROJECT_VERSION 3.5.0)
set(API_VERSION 351)
set(PROJECT_VERSION 3.7.0)
set(API_VERSION 370)
include(GNUInstallDirs)
include(JoinPaths)

Carregando…
Cancelar
Guardar