From 25a31b6234d3fb68c9f9453621f5b4b3e10776c5 Mon Sep 17 00:00:00 2001 From: Mute Date: Fri, 12 Apr 2024 09:41:42 +0200 Subject: [PATCH] Changed RLGL_VERSION from "4.5" to "5.0 Line 110 of file rlgl.h is the one in question. --- src/rlgl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rlgl.h b/src/rlgl.h index 87cff4ef6..c5c51319a 100644 --- a/src/rlgl.h +++ b/src/rlgl.h @@ -107,7 +107,7 @@ #ifndef RLGL_H #define RLGL_H -#define RLGL_VERSION "4.5" +#define RLGL_VERSION "5.0" // Function specifiers in case library is build/used as a shared library // NOTE: Microsoft specifiers to tell compiler that symbols are imported/exported from a .dll