Browse Source

Update CMakeLists.txt

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

+ 2
- 2
src/CMakeLists.txt View File

@ -1,7 +1,7 @@
# Setup the project and settings
project(raylib C)
set(PROJECT_VERSION 4.2.0)
set(API_VERSION 420)
set(PROJECT_VERSION 4.5.0)
set(API_VERSION 450)
include(GNUInstallDirs)
include(JoinPaths)

Loading…
Cancel
Save