Parcourir la source

Update version in case no config.h is being used

pull/955/head
raysan5 il y a 6 ans
Parent
révision
e2183f0b99
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c Voir le fichier

@ -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

Chargement…
Annuler
Enregistrer