diff --git a/examples/Makefile b/examples/Makefile index c7a3ca2ab..475f524d6 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -25,7 +25,7 @@ # Define required raylib variables PROJECT_NAME ?= raylib_examples -RAYLIB_VERSION ?= 3.5.0 +RAYLIB_VERSION ?= 3.7.0 RAYLIB_PATH ?= .. # Define default options diff --git a/projects/4coder/Makefile b/projects/4coder/Makefile index 40a1e230a..7ba7bc3f7 100644 --- a/projects/4coder/Makefile +++ b/projects/4coder/Makefile @@ -25,8 +25,7 @@ # Define required raylib variables PROJECT_NAME ?= game -RAYLIB_VERSION ?= 2.5.0 -RAYLIB_API_VERSION ?= 2 +RAYLIB_VERSION ?= 3.7.0 RAYLIB_PATH ?= ..\.. # Define default options diff --git a/projects/VSCode/Makefile b/projects/VSCode/Makefile index 5e09d668e..dd36164da 100644 --- a/projects/VSCode/Makefile +++ b/projects/VSCode/Makefile @@ -25,7 +25,7 @@ # Define required raylib variables PROJECT_NAME ?= game -RAYLIB_VERSION ?= 3.5.0 +RAYLIB_VERSION ?= 3.7.0 RAYLIB_PATH ?= ..\.. # Define compiler path on Windows diff --git a/templates/advance_game/Makefile b/templates/advance_game/Makefile index 8983ab262..8e3eb3fb9 100644 --- a/templates/advance_game/Makefile +++ b/templates/advance_game/Makefile @@ -25,7 +25,7 @@ # Define required raylib variables PROJECT_NAME ?= advance_game -RAYLIB_VERSION ?= 3.5.0 +RAYLIB_VERSION ?= 3.7.0 RAYLIB_PATH ?= ../.. # Define default options diff --git a/templates/simple_game/Makefile b/templates/simple_game/Makefile index 785565fa8..cf5944aa4 100644 --- a/templates/simple_game/Makefile +++ b/templates/simple_game/Makefile @@ -25,7 +25,7 @@ # Define required raylib variables PROJECT_NAME ?= simple_game -RAYLIB_VERSION ?= 3.5.0 +RAYLIB_VERSION ?= 3.7.0 RAYLIB_PATH ?= ../.. # Define default options diff --git a/templates/standard_game/Makefile b/templates/standard_game/Makefile index e27adb23c..d25c47f13 100644 --- a/templates/standard_game/Makefile +++ b/templates/standard_game/Makefile @@ -25,7 +25,7 @@ # Define required raylib variables PROJECT_NAME ?= standard_game -RAYLIB_VERSION ?= 3.5.0 +RAYLIB_VERSION ?= 3.7.0 RAYLIB_PATH ?= ../.. # Define default options