Merge pull request #862 from a3f/master
build: increment API_VERSION after release
This commit is contained in:
commit
c5f605e888
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ include(GNUInstallDirs)
|
|||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../cmake")
|
||||
|
||||
set(PROJECT_VERSION 2.5.0)
|
||||
set(API_VERSION 2)
|
||||
set(API_VERSION 251)
|
||||
|
||||
include("CMakeOptions.txt")
|
||||
include(BuildType)
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
# Define required raylib variables
|
||||
RAYLIB_VERSION = 2.5.0
|
||||
RAYLIB_API_VERSION = 2
|
||||
RAYLIB_API_VERSION = 251
|
||||
|
||||
# See below for alternatives.
|
||||
RAYLIB_PATH = ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue