Skip to content

Commit

Permalink
Update project version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Feb 3, 2020
1 parent 9ce2331 commit 6f3c99a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ project(raylib C)
include(GNUInstallDirs)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../cmake")

set(PROJECT_VERSION 2.5.0)
set(API_VERSION 251)
set(PROJECT_VERSION 2.6.0)
set(API_VERSION 261)

include("CMakeOptions.txt")
include(BuildType)
Expand Down

0 comments on commit 6f3c99a

Please sign in to comment.