mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Set version for raylib 3.5
This commit is contained in:
@ -4,8 +4,8 @@ include(GNUInstallDirs)
|
||||
include(JoinPaths)
|
||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../cmake")
|
||||
|
||||
set(PROJECT_VERSION 3.0.0)
|
||||
set(API_VERSION 301)
|
||||
set(PROJECT_VERSION 3.5.0)
|
||||
set(API_VERSION 351)
|
||||
|
||||
include("CMakeOptions.txt")
|
||||
include(BuildType)
|
||||
|
||||
Reference in New Issue
Block a user