diff options
| author | Michael Vetter <[email protected]> | 2018-05-18 16:04:18 +0200 |
|---|---|---|
| committer | Michael Vetter <[email protected]> | 2018-05-18 16:04:18 +0200 |
| commit | 5cfbb53f6c837bef2ebfafd778b08840f2e33704 (patch) | |
| tree | 79be3e93c632bba3dcfde08c8b008b83f98231fe /src/CMakeLists.txt | |
| parent | fb4265f64659a50a5a86f9f283e7468b7998c60f (diff) | |
| download | raylib-5cfbb53f6c837bef2ebfafd778b08840f2e33704.tar.gz raylib-5cfbb53f6c837bef2ebfafd778b08840f2e33704.zip | |
Increase API version
Please do this whenever necessary. And adapt it before releasing a new
RC. The RC should already have the correct one.
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") |
