File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ int quickoverflow_help(char **args){
9595"\\ \\/' / |_| | | (__| <\\ \\_/ /\\ V / __/ | | | | | (_) \\ V V / \n"
9696" \\_/\\_\\\\__,_|_|\\___|_|\\_\\\\___/ \\_/ \\___|_| |_| |_|\\___/ \\_/\\_ \n"
9797" \n" );
98- printf ("---------------------------------Version 3.0.0 ----------------------------\n" );
98+ printf ("---------------------------------Version 3.0.1 ----------------------------\n" );
9999 printf ("Type program names and arguments, and hit enter.\n" );
100100 printf ("The following are built in:\n" );
101101
@@ -123,11 +123,10 @@ int quickoverflow_about(char **args){
123123"\\ \\/' / |_| | | (__| <\\ \\_/ /\\ V / __/ | | | | | (_) \\ V V / \n"
124124" \\_/\\_\\\\__,_|_|\\___|_|\\_\\\\___/ \\_/ \\___|_| |_| |_|\\___/ \\_/\\_ \n"
125125" \n" );
126- printf ("Version: 3.0.0 \n" );
126+ printf ("Version: 3.0.1 \n" );
127127 printf ("License: GNU GPL-3 License\n" );
128128 printf ("Author: Aryan Karamtoth (SpaciousCoder78)\n" );
129129 printf ("Author Email: aryankmmiv@outlook.com\n" );
130- printf ("Supported Operating Systems: Linux\n" );
131130 printf ("Github Repository: https://github.com/SpaciousCoder78/QuickOverflow\n" );
132131 printf ("Github Issues: https://github.com/SpaciousCoder78/QuickOverflow/issues\n" );
133132}
You can’t perform that action at this time.
0 commit comments