From 4492e64cb52aba8312d11082bda14e61c846bafb Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 2 Aug 2022 09:27:13 +0200 Subject: Update version --- 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 ceb9666e..21cd3d3f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,7 @@ # Setup the project and settings project(raylib C) -set(PROJECT_VERSION 4.0.0) -set(API_VERSION 400) +set(PROJECT_VERSION 4.2.0) +set(API_VERSION 420) include(GNUInstallDirs) include(JoinPaths) -- cgit v1.2.3