aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2019-08-27 12:10:09 +0200
committerraysan5 <raysan5@gmail.com>2019-08-27 12:10:09 +0200
commite2183f0b9968d9cbff0cce9db63dda2c5c96fb32 (patch)
tree5beb50fcf474af0b46d4c4d3f8b8f86f3a56c591
parentf565ff018e194bb0ed4501c732ffaace117ba55a (diff)
downloadraylib-e2183f0b9968d9cbff0cce9db63dda2c5c96fb32.tar.gz
raylib-e2183f0b9968d9cbff0cce9db63dda2c5c96fb32.zip
Update version in case no config.h is being used
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index f07fcde7..5ec7d302 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