summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2021-11-01 23:05:23 +0100
committerRay <[email protected]>2021-11-01 23:05:23 +0100
commit2fe488a71c02ad0b76e85848e40b423f7240d736 (patch)
tree89a8acd0b9580fe745e8d834c8d5bbadbca163b6 /src
parent0af2c139e28c737c9534fa1125e83032aed01359 (diff)
downloadraylib-2fe488a71c02ad0b76e85848e40b423f7240d736.tar.gz
raylib-2fe488a71c02ad0b76e85848e40b423f7240d736.zip
Update version in CMake
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
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)