diff options
| author | Ray <[email protected]> | 2018-05-11 18:14:19 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-05-11 18:14:19 +0200 |
| commit | aa76985c0da1dab965b41c98e87db341c73e9538 (patch) | |
| tree | 67a6a7eff0cfc46f2e1b5b2818f0336c451611f9 /src/CMakeLists.txt | |
| parent | 281dbf5d83a777df6aecc4a456b277b23f42ba88 (diff) | |
| download | raylib-aa76985c0da1dab965b41c98e87db341c73e9538.tar.gz raylib-aa76985c0da1dab965b41c98e87db341c73e9538.zip | |
Review raylib version to 2.0
Review raylib_icon resource
Diffstat (limited to 'src/CMakeLists.txt')
| -rwxr-xr-x | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 98b6b0e9..e6501dc5 100755 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,7 +2,7 @@ project(raylib) include(GNUInstallDirs) -set(PROJECT_VERSION 1.9.7) +set(PROJECT_VERSION 2.0.0) set(API_VERSION 1) set(RAYLIB raylib) # Name of the generated library |
