diff options
| -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 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) |
