Updating CMake version to 5.0 so libraries are correctly versioned (#3615)

This commit is contained in:
David Williams 2023-12-09 10:33:12 -08:00 committed by GitHub
parent a9ba51aa72
commit 032cc497ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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