From 082920eb800d7d7612d500a4bbc46b21ff232424 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 2 Sep 2022 21:35:08 +0200 Subject: [PATCH] WARNING: RENAMED exported symbol to `raylib_version` #2671 --- src/rcore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rcore.c b/src/rcore.c index 200e490ae..b0f28ccc3 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -505,7 +505,7 @@ typedef struct CoreData { //---------------------------------------------------------------------------------- // Global Variables Definition //---------------------------------------------------------------------------------- -RLAPI const char *RAYLIB_VERSION = RAYLIB_VERSION; // raylib version exported symbol, it could be required for some bindings +RLAPI const char *raylib_version = RAYLIB_VERSION; // raylib version exported symbol, required for some bindings static CoreData CORE = { 0 }; // Global CORE state context