summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorDavid Williams <[email protected]>2023-12-09 10:33:12 -0800
committerGitHub <[email protected]>2023-12-09 19:33:12 +0100
commit032cc497ca5aaca862dc926a93c2a45ed8017737 (patch)
tree287d44abd6dc4c44e8f2bf2ac3b9c6b15993f0d4 /src
parenta9ba51aa72cfc9c75c2230726a49e1d9065b3c01 (diff)
downloadraylib-032cc497ca5aaca862dc926a93c2a45ed8017737.tar.gz
raylib-032cc497ca5aaca862dc926a93c2a45ed8017737.zip
Updating CMake version to 5.0 so libraries are correctly versioned (#3615)
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 4335bda5..919efeb4 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.5.0)
-set(API_VERSION 450)
+set(PROJECT_VERSION 5.0.0)
+set(API_VERSION 500)
include(GNUInstallDirs)
include(JoinPaths)