summaryrefslogtreecommitdiffhomepage
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorProphesorIks <[email protected]>2021-05-10 01:51:37 +0300
committerGitHub <[email protected]>2021-05-10 00:51:37 +0200
commit1d0767022dfa1cb9a7346dcf0285908549614646 (patch)
tree7494eb5e831e83e707c8d9f06f2d2aa5b610cf25 /src/CMakeLists.txt
parent2545f62565fd246d1c59bf9a6bcf4942f4ad12ad (diff)
downloadraylib-1d0767022dfa1cb9a7346dcf0285908549614646.tar.gz
raylib-1d0767022dfa1cb9a7346dcf0285908549614646.zip
~Updated project version (#1761)
Updated to fix versioning and linking issues. Old version would cause examples to not be linked on fresh raylib install or linked with an old library version on updated raylib install.
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 d1d80652..38ca3f40 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.5.0)
-set(API_VERSION 351)
+set(PROJECT_VERSION 3.7.0)
+set(API_VERSION 370)
include(GNUInstallDirs)
include(JoinPaths)