diff options
| author | Ray <[email protected]> | 2024-07-01 18:31:16 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2024-07-01 18:31:16 +0200 |
| commit | 2f49250baf68000f79d37f2cc0478d3fa310c331 (patch) | |
| tree | eb13983f7761049036a0a8b29c0e50db7da7a06c /src/Makefile | |
| parent | fbd79cde5f67ec863832a95942ae0c2e88947bbc (diff) | |
| download | raylib-2f49250baf68000f79d37f2cc0478d3fa310c331.tar.gz raylib-2f49250baf68000f79d37f2cc0478d3fa310c331.zip | |
WARNING: UPDATE: Starting works on `raylib 5.5` release
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 e40a5079..c68a0379 100644 --- a/src/Makefile +++ b/src/Makefile @@ -67,8 +67,8 @@ else endif # Define required raylib variables -RAYLIB_VERSION = 5.0.0 -RAYLIB_API_VERSION = 500 +RAYLIB_VERSION = 5.5.0 +RAYLIB_API_VERSION = 550 # Define raylib source code path RAYLIB_SRC_PATH ?= ../src |
