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:
parent
fdc0ea5249
commit
bb02c2059e
@ -225,7 +225,10 @@
|
||||
#ifndef 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)
|
||||
#include "raylib.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user