diff options
| author | Ray <[email protected]> | 2021-11-01 23:05:23 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-11-01 23:05:23 +0100 |
| commit | 2fe488a71c02ad0b76e85848e40b423f7240d736 (patch) | |
| tree | 89a8acd0b9580fe745e8d834c8d5bbadbca163b6 /src/CMakeLists.txt | |
| parent | 0af2c139e28c737c9534fa1125e83032aed01359 (diff) | |
| download | raylib-2fe488a71c02ad0b76e85848e40b423f7240d736.tar.gz raylib-2fe488a71c02ad0b76e85848e40b423f7240d736.zip | |
Update version in CMake
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 54bfc2c2..2877c9ac 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.7.0) -set(API_VERSION 370) +set(PROJECT_VERSION 4.0.0) +set(API_VERSION 400) include(GNUInstallDirs) include(JoinPaths) |
