summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2020-02-03 18:21:37 +0100
committerRay <[email protected]>2020-02-03 18:21:37 +0100
commit6f3c99a295533e41de3049db5e683d15fd5c6e1a (patch)
tree4c3a618d3054597163757729eed6ec3330558c8f /src
parent9ce2331cc19082134441adb0610b9cce5a84e13f (diff)
downloadraylib-2.6.tar.gz
raylib-2.6.zip
Update project version for release2.6.02.6
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c1d4a419..74467c29 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -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)