Skip to content

Commit 26dbd29

Browse files
Update commands.h
1 parent 94f61f7 commit 26dbd29

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

headers/commands.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)