Explorar el Código

Update project version for release

pull/1092/head 2.6.0
Ray hace 5 años
padre
commit
6f3c99a295
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/CMakeLists.txt

+ 2
- 2
src/CMakeLists.txt Ver fichero

@ -3,8 +3,8 @@ project(raylib C)
include(GNUInstallDirs)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../cmake")
set(PROJECT_VERSION 2.5.0)
set(API_VERSION 251)
set(PROJECT_VERSION 2.6.0)
set(API_VERSION 261)
include("CMakeOptions.txt")
include(BuildType)

Cargando…
Cancelar
Guardar