summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2023-03-22 12:43:18 +0100
committerGitHub <[email protected]>2023-03-22 12:43:18 +0100
commit0d4db7ad7f6fd442ed165ebf8ab8b3f4033b04e7 (patch)
treeed24c6823303813892d238b3d7452bbe01843bfe
parent19892a3c3a08a9bfa291d0d8c745ca23a27c9972 (diff)
downloadraylib-0d4db7ad7f6fd442ed165ebf8ab8b3f4033b04e7.tar.gz
raylib-0d4db7ad7f6fd442ed165ebf8ab8b3f4033b04e7.zip
Update CMakeLists.txt
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 9087f8ee..5092bdf4 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.2.0)
-set(API_VERSION 420)
+set(PROJECT_VERSION 4.5.0)
+set(API_VERSION 450)
include(GNUInstallDirs)
include(JoinPaths)