Corrected version number and style (#270)

```RAYGUI_VERSION``` was different than the number mentioned in comment section.
Also proposed change applies RayLib versioning style.
This commit is contained in:
Hanaxar
2023-04-19 15:58:59 +03:00
committed by GitHub
parent fdc0ea5249
commit bb02c2059e

View File

@ -225,7 +225,10 @@
#ifndef RAYGUI_H #ifndef RAYGUI_H
#define RAYGUI_H #define RAYGUI_H
#define RAYGUI_VERSION "3.2" #define RAYGUI_VERSION_MAJOR 3
#define RAYGUI_VERSION_MINOR 5
#define RAYGUI_VERSION_PATCH 0
#define RAYGUI_VERSION "3.5-dev"
#if !defined(RAYGUI_STANDALONE) #if !defined(RAYGUI_STANDALONE)
#include "raylib.h" #include "raylib.h"