diff options
| author | Ray <[email protected]> | 2023-03-22 12:43:18 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-22 12:43:18 +0100 |
| commit | 0d4db7ad7f6fd442ed165ebf8ab8b3f4033b04e7 (patch) | |
| tree | ed24c6823303813892d238b3d7452bbe01843bfe | |
| parent | 19892a3c3a08a9bfa291d0d8c745ca23a27c9972 (diff) | |
| download | raylib-0d4db7ad7f6fd442ed165ebf8ab8b3f4033b04e7.tar.gz raylib-0d4db7ad7f6fd442ed165ebf8ab8b3f4033b04e7.zip | |
Update 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 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) |
