From 2fe488a71c02ad0b76e85848e40b423f7240d736 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 1 Nov 2021 23:05:23 +0100 Subject: Update version in CMake --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 54bfc2c2..2877c9ac 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,7 @@ # Setup the project and settings project(raylib C) -set(PROJECT_VERSION 3.7.0) -set(API_VERSION 370) +set(PROJECT_VERSION 4.0.0) +set(API_VERSION 400) include(GNUInstallDirs) include(JoinPaths) -- cgit v1.2.3