Update CMakeLists.txt

This commit is contained in:
Ray
2026-03-04 19:17:46 +01:00
parent eb1e85e400
commit d6926eb46a

View File

@@ -1,7 +1,7 @@
# Setup the project and settings
project(raylib C)
set(PROJECT_VERSION 5.5.0)
set(API_VERSION 550)
set(PROJECT_VERSION 6.0.0)
set(API_VERSION 600)
include(GNUInstallDirs)
include(JoinPaths)