From e2183f0b9968d9cbff0cce9db63dda2c5c96fb32 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Tue, 27 Aug 2019 12:10:09 +0200 Subject: [PATCH] Update version in case no config.h is being used --- src/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.c b/src/core.c index f07fcde7f..5ec7d3028 100644 --- a/src/core.c +++ b/src/core.c @@ -108,7 +108,7 @@ #if !defined(EXTERNAL_CONFIG_FLAGS) #include "config.h" // Defines module configuration flags #else - #define RAYLIB_VERSION "2.5" + #define RAYLIB_VERSION "2.6-dev" #endif #if (defined(__linux__) || defined(PLATFORM_WEB)) && _POSIX_C_SOURCE < 199309L