diff options
| author | raysan5 <raysan5@gmail.com> | 2019-08-27 12:10:09 +0200 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2019-08-27 12:10:09 +0200 |
| commit | e2183f0b9968d9cbff0cce9db63dda2c5c96fb32 (patch) | |
| tree | 5beb50fcf474af0b46d4c4d3f8b8f86f3a56c591 | |
| parent | f565ff018e194bb0ed4501c732ffaace117ba55a (diff) | |
| download | raylib-e2183f0b9968d9cbff0cce9db63dda2c5c96fb32.tar.gz raylib-e2183f0b9968d9cbff0cce9db63dda2c5c96fb32.zip | |
Update version in case no config.h is being used
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
