Skip to content

Commit 1f791d4

Browse files
clean up
1 parent 1e50421 commit 1f791d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ pyoverflow3 = "*"
99
[dev-packages]
1010

1111
[requires]
12-
python_version = "3.12"
12+
python_version = "3.13"

headers/commands.h

Lines changed: 2 additions & 2 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 2.1.0----------------------------\n");
98+
printf("---------------------------------Version 3.0.0----------------------------\n");
9999
printf("Type program names and arguments, and hit enter.\n");
100100
printf("The following are built in:\n");
101101

@@ -123,7 +123,7 @@ int quickoverflow_about(char **args){
123123
"\\ \\/' / |_| | | (__| <\\ \\_/ /\\ V / __/ | | | | | (_) \\ V V / \n"
124124
" \\_/\\_\\\\__,_|_|\\___|_|\\_\\\\___/ \\_/ \\___|_| |_| |_|\\___/ \\_/\\_ \n"
125125
" \n");
126-
printf("Version: 2.1.0\n");
126+
printf("Version: 3.0.0\n");
127127
printf("License: GNU GPL-3 License\n");
128128
printf("Author: Aryan Karamtoth (SpaciousCoder78)\n");
129129
printf("Author Email: [email protected]\n");

0 commit comments

Comments
 (0)