From ed7548051b92f4c70ad12ec5d2ffc1ad55adfa44 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 2 Aug 2022 09:21:03 +0200 Subject: [PATCH] Update version to 4.2 --- examples/Makefile | 2 +- examples/Makefile.Web | 8 +------- src/Makefile | 4 ++-- src/raylib.dll.rc | 8 ++++---- src/raylib.rc | 8 ++++---- 5 files changed, 12 insertions(+), 18 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index bd2fa0bac..a977412ed 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -30,7 +30,7 @@ PLATFORM ?= PLATFORM_DESKTOP # Define required raylib variables PROJECT_NAME ?= raylib_examples -RAYLIB_VERSION ?= 4.0.0 +RAYLIB_VERSION ?= 4.2.0 RAYLIB_PATH ?= .. # Locations of raylib.h and libraylib.a/libraylib.so diff --git a/examples/Makefile.Web b/examples/Makefile.Web index 96f9df143..21793be3b 100644 --- a/examples/Makefile.Web +++ b/examples/Makefile.Web @@ -30,7 +30,7 @@ PLATFORM ?= PLATFORM_WEB # Define required raylib variables PROJECT_NAME ?= raylib_examples -RAYLIB_VERSION ?= 4.0.0 +RAYLIB_VERSION ?= 4.2.0 RAYLIB_PATH ?= .. # Locations of raylib.h and libraylib.a/libraylib.so @@ -606,12 +606,6 @@ core/core_custom_frame_control: core/core_custom_frame_control.c core/core_window_should_close: core/core_window_should_close.c $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) -core/core_smooth_pixelperfect: core/core_smooth_pixelperfect.c - $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) - -core/core_custom_frame_control: core/core_custom_frame_control.c - $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) - # Compile SHAPES examples shapes/shapes_basic_shapes: shapes/shapes_basic_shapes.c $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) diff --git a/src/Makefile b/src/Makefile index 26cc2b163..b19ac2e13 100644 --- a/src/Makefile +++ b/src/Makefile @@ -45,8 +45,8 @@ PLATFORM ?= PLATFORM_DESKTOP # Define required raylib variables -RAYLIB_VERSION = 4.0.0 -RAYLIB_API_VERSION = 400 +RAYLIB_VERSION = 4.2.0 +RAYLIB_API_VERSION = 420 # Define raylib source code path RAYLIB_SRC_PATH ?= ../src diff --git a/src/raylib.dll.rc b/src/raylib.dll.rc index 24c7045b2..4380d9784 100644 --- a/src/raylib.dll.rc +++ b/src/raylib.dll.rc @@ -1,8 +1,8 @@ GLFW_ICON ICON "raylib.ico" 1 VERSIONINFO -FILEVERSION 4,0,0,0 -PRODUCTVERSION 4,0,0,0 +FILEVERSION 4,2,0,0 +PRODUCTVERSION 4,2,0,0 BEGIN BLOCK "StringFileInfo" BEGIN @@ -11,12 +11,12 @@ BEGIN BEGIN //VALUE "CompanyName", "raylib technologies" VALUE "FileDescription", "raylib dynamic library (www.raylib.com)" - VALUE "FileVersion", "4.0.0" + VALUE "FileVersion", "4.2.0" VALUE "InternalName", "raylib.dll" VALUE "LegalCopyright", "(c) 2022 Ramon Santamaria (@raysan5)" VALUE "OriginalFilename", "raylib.dll" VALUE "ProductName", "raylib" - VALUE "ProductVersion", "4.0.0" + VALUE "ProductVersion", "4.2.0" END END BLOCK "VarFileInfo" diff --git a/src/raylib.rc b/src/raylib.rc index d00fee6fd..984017055 100644 --- a/src/raylib.rc +++ b/src/raylib.rc @@ -1,8 +1,8 @@ GLFW_ICON ICON "raylib.ico" 1 VERSIONINFO -FILEVERSION 4,0,0,0 -PRODUCTVERSION 4,0,0,0 +FILEVERSION 4,2,0,0 +PRODUCTVERSION 4,2,0,0 BEGIN BLOCK "StringFileInfo" BEGIN @@ -11,12 +11,12 @@ BEGIN BEGIN //VALUE "CompanyName", "raylib technologies" VALUE "FileDescription", "raylib application (www.raylib.com)" - VALUE "FileVersion", "4.0.0" + VALUE "FileVersion", "4.2.0" VALUE "InternalName", "raylib app" VALUE "LegalCopyright", "(c) 2022 Ramon Santamaria (@raysan5)" //VALUE "OriginalFilename", "raylib_app.exe" VALUE "ProductName", "raylib app" - VALUE "ProductVersion", "4.0.0" + VALUE "ProductVersion", "4.2.0" END END BLOCK "VarFileInfo"