From 462e7aec526ca2efe45b5d6066964b1f5ed251bb Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sun, 15 Aug 2021 13:25:14 +0200 Subject: [PATCH] Updated `RAYLIB_VERSION` to `4.0-dev` Several breaking changes have been done lately so I think it's better to mark raylib for next release as 4.0. --- src/raylib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raylib.h b/src/raylib.h index 4c05aeed8..2e963ddc5 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -81,7 +81,7 @@ #include // Required for: va_list - Only used by TraceLogCallback -#define RAYLIB_VERSION "3.8-dev" +#define RAYLIB_VERSION "4.0-dev" #ifndef RLAPI #define RLAPI // We are building or using rlgl as a static library (or Linux shared library)