Merge pull request #545 from jubalh/master

Increase API version
This commit is contained in:
Ahmad Fatoum 2018-05-18 18:41:09 +02:00 committed by GitHub
commit a1ec0a5bc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -43,7 +43,7 @@
# Define required raylib variables
RAYLIB_VERSION = 2.0.0
RAYLIB_API_VERSION = 1
RAYLIB_API_VERSION = 2
# See below for alternatives.
RAYLIB_PATH = ..