From 424248d54374fe43c4ca65649e611d07f41603e4 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 14 Aug 2018 12:19:53 +0200 Subject: [PATCH] Updated version number --- tools/rGuiStyler/src/rguistyler.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/rGuiStyler/src/rguistyler.c b/tools/rGuiStyler/src/rguistyler.c index 6e58292..d732a4e 100644 --- a/tools/rGuiStyler/src/rguistyler.c +++ b/tools/rGuiStyler/src/rguistyler.c @@ -1,6 +1,6 @@ /******************************************************************************************* * -* rGuiStyler v2.0 - raygui Style Editor +* rGuiStyler v2.1 - raygui Style Editor * * Compile this program using: * gcc -o rguistyler.exe rguistyler.c external/tinyfiledialogs.c -I..\.. \ @@ -348,7 +348,7 @@ int main(int argc, char *argv[]) const int screenHeight = 640; //SetConfigFlags(FLAG_WINDOW_RESIZABLE); - InitWindow(screenWidth, screenHeight, "rGuiStyler v2.0 - raygui style editor"); + InitWindow(screenWidth, screenHeight, "rGuiStyler v2.1 - raygui style editor"); SetExitKey(0); int dropsCount = 0;