diff options
| author | Ray <[email protected]> | 2019-05-20 11:21:55 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-05-20 11:21:55 +0200 |
| commit | a43a7980a30a52462956b23f2473e8ef8f38d1fb (patch) | |
| tree | e7cd76f32f4ab864db64c89e4127c6c1a1ad12a4 | |
| parent | 371abb0a26e0c5068351db8d17a64acace89a36a (diff) | |
| download | raylib-a43a7980a30a52462956b23f2473e8ef8f38d1fb.tar.gz raylib-a43a7980a30a52462956b23f2473e8ef8f38d1fb.zip | |
Update raylib version to 2.5
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a467899f..879ac220 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") |
