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 /src/Makefile | |
| parent | 9e7ca41f581e64be6eae62c2b98b4a6449e3f3d2 (diff) | |
| download | raylib-a6728a220330495629c14136d7bcb13a4f21883d.tar.gz raylib-a6728a220330495629c14136d7bcb13a4f21883d.zip | |
REVIEWED: emscripten versions
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 2943c89a..abe5a084 100644 --- a/src/Makefile +++ b/src/Makefile @@ -43,8 +43,8 @@ .PHONY: all clean install uninstall # Define required raylib variables -RAYLIB_VERSION = 3.7.1 -RAYLIB_API_VERSION = 371 +RAYLIB_VERSION = 3.8.1 +RAYLIB_API_VERSION = 381 # Define raylib source code path RAYLIB_SRC_PATH ?= ../src |
