Browse Source

Update raylib version to 2.5

pull/849/head
Ray 5 years ago
committed by GitHub
parent
commit
a43a7980a3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/CMakeLists.txt

+ 1
- 1
src/CMakeLists.txt View File

@ -3,7 +3,7 @@ project(raylib C)
include(GNUInstallDirs)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../cmake")
set(PROJECT_VERSION 2.0.0)
set(PROJECT_VERSION 2.5.0)
set(API_VERSION 2)
include("CMakeOptions.txt")

Loading…
Cancel
Save