diff options
| author | raysan5 <[email protected]> | 2021-06-30 17:12:58 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-06-30 17:12:58 +0200 |
| commit | a6728a220330495629c14136d7bcb13a4f21883d (patch) | |
| tree | 01a94c977cdfab98ad46269078d4be11d8ffb637 /projects | |
| parent | 9e7ca41f581e64be6eae62c2b98b4a6449e3f3d2 (diff) | |
| download | raylib-a6728a220330495629c14136d7bcb13a4f21883d.tar.gz raylib-a6728a220330495629c14136d7bcb13a4f21883d.zip | |
REVIEWED: emscripten versions
Diffstat (limited to 'projects')
| -rw-r--r-- | projects/4coder/Makefile | 2 | ||||
| -rw-r--r-- | projects/VSCode/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/projects/4coder/Makefile b/projects/4coder/Makefile index 7ba7bc3f..c1dec526 100644 --- a/projects/4coder/Makefile +++ b/projects/4coder/Makefile @@ -25,7 +25,7 @@ # Define required raylib variables PROJECT_NAME ?= game -RAYLIB_VERSION ?= 3.7.0 +RAYLIB_VERSION ?= 3.8.0 RAYLIB_PATH ?= ..\.. # Define default options diff --git a/projects/VSCode/Makefile b/projects/VSCode/Makefile index dd36164d..7fe11f1d 100644 --- a/projects/VSCode/Makefile +++ b/projects/VSCode/Makefile @@ -25,7 +25,7 @@ # Define required raylib variables PROJECT_NAME ?= game -RAYLIB_VERSION ?= 3.7.0 +RAYLIB_VERSION ?= 3.8.0 RAYLIB_PATH ?= ..\.. # Define compiler path on Windows |
