From 8a38a8028e2ae34fd17ed98d3467e176d65cf007 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sun, 3 May 2020 21:25:00 +0200 Subject: [PATCH] Bumped version --- src/raygui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/raygui.h b/src/raygui.h index f2aa56b..4a983ac 100644 --- a/src/raygui.h +++ b/src/raygui.h @@ -1,6 +1,6 @@ /******************************************************************************************* * -* raygui v2.7 - A simple and easy-to-use immediate-mode gui library +* raygui v2.8 - A simple and easy-to-use immediate-mode gui library * * DESCRIPTION: * @@ -69,6 +69,7 @@ * * * VERSIONS HISTORY: +* 2.8 (03-May-2020) Centralized rectangles drawing to GuiDrawRectangle() * 2.7 (20-Feb-2020) Added possible tooltips API * 2.6 (09-Sep-2019) ADDED: GuiTextInputBox() * REDESIGNED: GuiListView*(), GuiDropdownBox(), GuiSlider*(), GuiProgressBar(), GuiMessageBox()