We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703850b commit 6a8b107Copy full SHA for 6a8b107
1 file changed
src/CMakeLists.txt
@@ -3,8 +3,8 @@ project(raylib C)
3
include(GNUInstallDirs)
4
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../cmake")
5
6
-set(PROJECT_VERSION 2.6.0)
7
-set(API_VERSION 261)
+set(PROJECT_VERSION 3.0.0)
+set(API_VERSION 301)
8
9
include("CMakeOptions.txt")
10
include(BuildType)
0 commit comments