summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2022-08-02 09:27:13 +0200
committerRay <[email protected]>2022-08-02 09:27:13 +0200
commit4492e64cb52aba8312d11082bda14e61c846bafb (patch)
tree6eeeec56acca38fc1cad30e6a52993fba9f9ad17 /src
parent191c340409e5e98acb6f4865487919e618880b46 (diff)
downloadraylib-4492e64cb52aba8312d11082bda14e61c846bafb.tar.gz
raylib-4492e64cb52aba8312d11082bda14e61c846bafb.zip
Update version
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 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)