Skip to content

Commit

Permalink
Haha wow I forgot to change the version info
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelEquinox committed Dec 21, 2016
1 parent 55eace7 commit f22e1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gbz80aid.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ int main(int argc, char* argv[])
else if (!strcmp(argv[i], "-v"))
{
printf("GBZ80 Aid\n");
printf("Version 1.1\n\n");
printf("Version 1.2\n\n");
printf("Created by KernelEquinox\n");
printf("Contributions by ISSOtm\n\n");
printf("Homepage : http://github.com/KernelEquinox/8F-Helper/\n\n");
Expand Down

0 comments on commit f22e1a9

Please sign in to comment.