Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PopovEvgeniy committed Aug 22, 2022
1 parent 045b3f6 commit 3c701ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion magicswf.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ int main(int argc, char *argv[])
void show_intro()
{
putchar('\n');
puts("Magic swf. Version 1.4.6");
puts("Magic swf. Version 1.4.7");
puts("A simple tool for converting Adobe flash movie to self-played movie");
puts("This sofware made by Popov Evgeniy Alekseyevich,2011-2022 years");
puts("This software distributed under GNU GENERAL PUBLIC LICENSE");
putchar('\n');
}

FILE *open_input_file(const char *name)
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A simple tool for converting Adobe flash movie to self-played movie
This software made by Popov Evgeniy Alekseyevich

Version 1.4.6
Version 1.4.7

System requirement

Expand Down Expand Up @@ -53,4 +53,4 @@ Version history
1.4.2 - Small bug fixed.
1.4.3 - Small changes.
1.4.3.1 - 1.4.3.4 - Documentation updated.
1.4.4 - 1.4.6 - Small changes.
1.4.4 - 1.4.7 - Small changes.

0 comments on commit 3c701ee

Please sign in to comment.