From d6926eb46a5ccd227b5bc055a3136037ccac8ca7 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 4 Mar 2026 19:17:46 +0100 Subject: [PATCH] Update CMakeLists.txt --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index dad7dd582..8b14bda90 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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)