diff options
| author | Ahmad Fatoum <[email protected]> | 2018-05-18 18:41:09 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-05-18 18:41:09 +0200 |
| commit | a1ec0a5bc33ab8726e55fa433ffc08fe3b42e539 (patch) | |
| tree | 79be3e93c632bba3dcfde08c8b008b83f98231fe /src/CMakeLists.txt | |
| parent | fb4265f64659a50a5a86f9f283e7468b7998c60f (diff) | |
| parent | 5cfbb53f6c837bef2ebfafd778b08840f2e33704 (diff) | |
| download | raylib-a1ec0a5bc33ab8726e55fa433ffc08fe3b42e539.tar.gz raylib-a1ec0a5bc33ab8726e55fa433ffc08fe3b42e539.zip | |
Merge pull request #545 from jubalh/master
Increase API version
Diffstat (limited to 'src/CMakeLists.txt')
| -rwxr-xr-x | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e8379ab0..458b9606 100755 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,7 +3,7 @@ project(raylib) include(GNUInstallDirs) set(PROJECT_VERSION 2.0.0) -set(API_VERSION 1) +set(API_VERSION 2) set(RAYLIB raylib) # Name of the generated library include("CMakeOptions.txt") |
