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 # Setup the project and settings
project(raylib C) project(raylib C)
set(PROJECT_VERSION 5.5.0) set(PROJECT_VERSION 6.0.0)
set(API_VERSION 550) set(API_VERSION 600)
include(GNUInstallDirs) include(GNUInstallDirs)
include(JoinPaths) include(JoinPaths)