From a43a7980a30a52462956b23f2473e8ef8f38d1fb Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 20 May 2019 11:21:55 +0200 Subject: [PATCH] Update raylib version to 2.5 --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a467899fc..879ac220e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,7 +3,7 @@ project(raylib C) include(GNUInstallDirs) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../cmake") -set(PROJECT_VERSION 2.0.0) +set(PROJECT_VERSION 2.5.0) set(API_VERSION 2) include("CMakeOptions.txt")