summaryrefslogtreecommitdiffhomepage
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorRay <[email protected]>2024-07-01 18:28:44 +0200
committerRay <[email protected]>2024-07-01 18:28:44 +0200
commitd243094ede4386ed2ff6e07009fa5b292dda328c (patch)
treec5a1e2b9646eaf0b4c85bbb9a9ad0d74dc94fdaa /src/CMakeLists.txt
parent1fb0565148dbdf8f6969b3c8900e9882cb2839ef (diff)
downloadraylib-d243094ede4386ed2ff6e07009fa5b292dda328c.tar.gz
raylib-d243094ede4386ed2ff6e07009fa5b292dda328c.zip
WARNING: BREAKING: Renamed `PLATFORM_DESKTOP` to `PLATFORM_DESKTOP_GLFW`
This could potentially be a breaking change, for consistency, now every possible desktop backend has the proper name assigned: GLFW, SDL, RGFW raylib build system has been reviewed to fallback to `PLATFORM_DESKTOP_GLFW` by default when `PLATFORM_DESKTOP` defined
Diffstat (limited to 'src/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 c1360ee2..8f4d0e26 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,7 +1,7 @@
# Setup the project and settings
project(raylib C)
-set(PROJECT_VERSION 5.0.0)
-set(API_VERSION 500)
+set(PROJECT_VERSION 5.5.0)
+set(API_VERSION 550)
include(GNUInstallDirs)
include(JoinPaths)