Update CMakeLists.txt

This commit is contained in:
Ray 2023-03-22 12:43:18 +01:00 committed by GitHub
parent 19892a3c3a
commit 0d4db7ad7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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