diff options
| author | Belllg <[email protected]> | 2024-04-07 09:48:32 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-07 14:48:32 +0200 |
| commit | 3e658ef502cf334e0f1803445002ffafd4b217da (patch) | |
| tree | 75c3c857859a935176f0ca337850a6547b760034 /projects/VSCode | |
| parent | 8bcf044983cb209f358617b6e952bdbeede3dd1a (diff) | |
| download | raylib-3e658ef502cf334e0f1803445002ffafd4b217da.tar.gz raylib-3e658ef502cf334e0f1803445002ffafd4b217da.zip | |
Update Makefile RAYLIB_VERSION (#3901)
Changed the raylib version from 4.2.0 to 5.1-dev, just like the raylib.h file
Diffstat (limited to 'projects/VSCode')
| -rw-r--r-- | projects/VSCode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/VSCode/Makefile b/projects/VSCode/Makefile index 25e00c0b..2f43c9ea 100644 --- a/projects/VSCode/Makefile +++ b/projects/VSCode/Makefile @@ -25,7 +25,7 @@ # Define required raylib variables PROJECT_NAME ?= game -RAYLIB_VERSION ?= 4.2.0 +RAYLIB_VERSION ?= 5.1-dev RAYLIB_PATH ?= ..\.. # Define compiler path on Windows |
