diff options
| author | Ray San <[email protected]> | 2018-04-10 10:37:48 +0200 |
|---|---|---|
| committer | Ray San <[email protected]> | 2018-04-10 10:37:48 +0200 |
| commit | cc3b8645df23ed9aeb9d6efc806ab91170a29a89 (patch) | |
| tree | a43cc3115a78fe7140e3efbf8c66df09734c3adc /src | |
| parent | 8e44f7b3c7362ca03f408b711a9baea41640ceac (diff) | |
| download | raylib-1.9.7-dev.tar.gz raylib-1.9.7-dev.zip | |
Updated release version1.9.7-dev
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 632669ea..64d7f1fd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,7 +2,7 @@ project(raylib) include(GNUInstallDirs) -set(PROJECT_VERSION 1.9.4) +set(PROJECT_VERSION 1.9.7) set(API_VERSION 1) set(RAYLIB raylib) # Name of the generated library diff --git a/src/Makefile b/src/Makefile index e6c3b7d8..8444ed57 100644 --- a/src/Makefile +++ b/src/Makefile @@ -42,7 +42,7 @@ .PHONY: all clean install uninstall # Define required raylib variables -RAYLIB_VERSION = 1.9.4 +RAYLIB_VERSION = 1.9.7 RAYLIB_API_VERSION = 1 # See below for alternatives. |
