Browse Source

Updated version number

Ray 7 years ago
parent
commit
424248d543
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tools/rGuiStyler/src/rguistyler.c

+ 2 - 2
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:
 *   Compile this program using:
 *       gcc -o rguistyler.exe rguistyler.c external/tinyfiledialogs.c -I..\.. \ 
 *       gcc -o rguistyler.exe rguistyler.c external/tinyfiledialogs.c -I..\.. \ 
@@ -348,7 +348,7 @@ int main(int argc, char *argv[])
     const int screenHeight = 640;
     const int screenHeight = 640;
     
     
     //SetConfigFlags(FLAG_WINDOW_RESIZABLE);
     //SetConfigFlags(FLAG_WINDOW_RESIZABLE);
-    InitWindow(screenWidth, screenHeight, "rGuiStyler v2.0 - raygui style editor");
+    InitWindow(screenWidth, screenHeight, "rGuiStyler v2.1 - raygui style editor");
     SetExitKey(0);
     SetExitKey(0);
 
 
     int dropsCount = 0;
     int dropsCount = 0;