mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-16 20:19:10 -04:00
Increase API version
Please do this whenever necessary. And adapt it before releasing a new RC. The RC should already have the correct one.
This commit is contained in:
@ -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")
|
||||
|
||||
Reference in New Issue
Block a user