This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Update version in case no config.h is being used
pull/955/head
raysan5
5 years ago
parent
f565ff018e
commit
e2183f0b99
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/core.c
+ 1
- 1
src/core.c
View File
@ -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
Write
Preview
Loading…
Cancel
Save