diff options
| author | Ray <[email protected]> | 2020-02-03 18:21:37 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2020-02-03 18:21:37 +0100 |
| commit | 6f3c99a295533e41de3049db5e683d15fd5c6e1a (patch) | |
| tree | 4c3a618d3054597163757729eed6ec3330558c8f /src/CMakeLists.txt | |
| parent | 9ce2331cc19082134441adb0610b9cce5a84e13f (diff) | |
| download | raylib-2.6.tar.gz raylib-2.6.zip | |
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 c1d4a419..74467c29 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,8 +3,8 @@ project(raylib C) include(GNUInstallDirs) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../cmake") -set(PROJECT_VERSION 2.5.0) -set(API_VERSION 251) +set(PROJECT_VERSION 2.6.0) +set(API_VERSION 261) include("CMakeOptions.txt") include(BuildType) |
