REVIEWED: raylib 5.0-dev
version for a future release
This commit is contained in:
parent
53cd60bb29
commit
fc6152613f
8 changed files with 15 additions and 15 deletions
|
@ -30,7 +30,7 @@ PLATFORM ?= PLATFORM_DESKTOP
|
|||
|
||||
# Define required raylib variables
|
||||
PROJECT_NAME ?= raylib_examples
|
||||
RAYLIB_VERSION ?= 4.5.0
|
||||
RAYLIB_VERSION ?= 5.0.0
|
||||
RAYLIB_PATH ?= ..
|
||||
|
||||
# Locations of raylib.h and libraylib.a/libraylib.so
|
||||
|
|
|
@ -30,7 +30,7 @@ PLATFORM ?= PLATFORM_WEB
|
|||
|
||||
# Define required raylib variables
|
||||
PROJECT_NAME ?= raylib_examples
|
||||
RAYLIB_VERSION ?= 4.5.0
|
||||
RAYLIB_VERSION ?= 5.0.0
|
||||
RAYLIB_PATH ?= ..
|
||||
|
||||
# Locations of raylib.h and libraylib.a/libraylib.so
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue