Skip to content

Commit

Permalink
Updating CMake version to 5.0 so libraries are correctly versioned (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
davidthings authored Dec 9, 2023
1 parent a9ba51a commit 032cc49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 032cc49

Please sign in to comment.