diff options
| author | Ahmad Fatoum <[email protected]> | 2018-02-04 13:23:08 +0100 |
|---|---|---|
| committer | Ahmad Fatoum <[email protected]> | 2018-02-04 13:36:08 +0100 |
| commit | 19f280f4b793963eeadad9c2b2cab38d07715992 (patch) | |
| tree | 720078aba8679ef1875a81e777df9b564f6b8a8d /src/CMakeLists.txt | |
| parent | 184df917bebdcad54ca0334ff80fe05a0f924817 (diff) | |
| download | raylib-19f280f4b793963eeadad9c2b2cab38d07715992.tar.gz raylib-19f280f4b793963eeadad9c2b2cab38d07715992.zip | |
Bump version to 1.9.4
Diffstat (limited to 'src/CMakeLists.txt')
| -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 54d3e59c..e9784ff4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,7 +2,7 @@ project(raylib) include("../utils.cmake") -set(PROJECT_VERSION 1.9.2) +set(PROJECT_VERSION 1.9.4) set(API_VERSION 1) set(RAYLIB raylib) # Name of the generated library |
