Skip to content

Commit 6f3c99a

Browse files
committed
Update project version for release
1 parent 9ce2331 commit 6f3c99a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ project(raylib C)
33
include(GNUInstallDirs)
44
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../cmake")
55

6-
set(PROJECT_VERSION 2.5.0)
7-
set(API_VERSION 251)
6+
set(PROJECT_VERSION 2.6.0)
7+
set(API_VERSION 261)
88

99
include("CMakeOptions.txt")
1010
include(BuildType)

0 commit comments

Comments
 (0)