From d19474ea1e98fab89af00bdf5406b1fef4955b8e Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 8 Nov 2018 10:45:42 +0100 Subject: [PATCH] Increase software version to 2.1-dev --- src/raygui.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/raygui.h b/src/raygui.h index a9af96e..c5441ec 100644 --- a/src/raygui.h +++ b/src/raygui.h @@ -1,6 +1,6 @@ /******************************************************************************************* * -* raygui v2.0 - A simple and easy-to-use immedite-mode-gui library for raylib (www.raylib.com) +* raygui v2.1-dev - A simple and easy-to-use immedite-mode-gui library * * DESCRIPTION: * @@ -61,7 +61,8 @@ * * * VERSIONS HISTORY: -* 2.0 (01-Nov-2018) Lot of rework and redesign! Lots of new controls! +* 2.1 (xx-Nov-2018) Complete review of new controls and improvements on usage -WIP- +* 2.0 (01-May-2018) Lot of rework and redesign! Lots of new controls! * 1.5 (21-Jun-2017) Working in an improved styles system * 1.4 (15-Jun-2017) Rewritten all GUI functions (removed useless ones) * 1.3 (12-Jun-2017) Redesigned styles system @@ -105,6 +106,8 @@ #ifndef RAYGUI_H #define RAYGUI_H +#define RAYGUI_VERSION "2.1-dev" + #if !defined(RAYGUI_STANDALONE) #include "raylib.h" #endif