diff options
| author | Ray <[email protected]> | 2021-05-04 11:19:28 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-05-04 11:19:28 +0200 |
| commit | c4eaf0076d39517a91da18f44f2be5c87457504d (patch) | |
| tree | 37d1fbdf5f478d84c3fe0e2a40d6f1fba8dc2b69 /templates | |
| parent | e5708a8f3656a7c5e387ac6803b04723b3b1add7 (diff) | |
| download | raylib-c4eaf0076d39517a91da18f44f2be5c87457504d.tar.gz raylib-c4eaf0076d39517a91da18f44f2be5c87457504d.zip | |
Update raylib version
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/advance_game/Makefile | 2 | ||||
| -rw-r--r-- | templates/simple_game/Makefile | 2 | ||||
| -rw-r--r-- | templates/standard_game/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/advance_game/Makefile b/templates/advance_game/Makefile index 8983ab26..8e3eb3fb 100644 --- a/templates/advance_game/Makefile +++ b/templates/advance_game/Makefile @@ -25,7 +25,7 @@ # Define required raylib variables PROJECT_NAME ?= advance_game -RAYLIB_VERSION ?= 3.5.0 +RAYLIB_VERSION ?= 3.7.0 RAYLIB_PATH ?= ../.. # Define default options diff --git a/templates/simple_game/Makefile b/templates/simple_game/Makefile index 785565fa..cf5944aa 100644 --- a/templates/simple_game/Makefile +++ b/templates/simple_game/Makefile @@ -25,7 +25,7 @@ # Define required raylib variables PROJECT_NAME ?= simple_game -RAYLIB_VERSION ?= 3.5.0 +RAYLIB_VERSION ?= 3.7.0 RAYLIB_PATH ?= ../.. # Define default options diff --git a/templates/standard_game/Makefile b/templates/standard_game/Makefile index e27adb23..d25c47f1 100644 --- a/templates/standard_game/Makefile +++ b/templates/standard_game/Makefile @@ -25,7 +25,7 @@ # Define required raylib variables PROJECT_NAME ?= standard_game -RAYLIB_VERSION ?= 3.5.0 +RAYLIB_VERSION ?= 3.7.0 RAYLIB_PATH ?= ../.. # Define default options |
