Update version in CMake

This commit is contained in:
Ray 2021-11-01 23:05:23 +01:00
parent 0af2c139e2
commit 2fe488a71c
2 changed files with 4 additions and 3 deletions

View file

@ -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)