Skip to content

Commit

Permalink
Updated to version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Kononovich committed Nov 4, 2018
1 parent 241af64 commit 8273a64
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/.vs/rnc_test/v15/.suo
/.vs/rnc_test/v15/Browse.VC.db
/rnc_test.vcxproj.user
/x64/Release/main.obj
/x64/Release/rnc_test.exe
/x64/Release/rnc_test.ilk
/x64/Release/rnc_test.log
/x64/Release/rnc_test.pdb
/x64/Release/rnc_test.tlog/CL.command.1.tlog
/x64/Release/rnc_test.tlog/CL.read.1.tlog
/x64/Release/rnc_test.tlog/CL.write.1.tlog
/x64/Release/rnc_test.tlog/link.command.1.tlog
/x64/Release/rnc_test.tlog/link.read.1.tlog
/x64/Release/rnc_test.tlog/link.write.1.tlog
/x64/Release/rnc_test.tlog/rnc_test.lastbuildstate
/x64/Release/vc141.pdb
/.vs/rnc_test/v15/Browse.VC.opendb
/Release/main.obj
/Release/rnc_test.exe
/Release/rnc_test.log
/Release/rnc_test.pdb
/Release/rnc_test.tlog/CL.command.1.tlog
/Release/rnc_test.tlog/CL.read.1.tlog
/Release/rnc_test.tlog/CL.write.1.tlog
/Release/rnc_test.tlog/link.command.1.tlog
/Release/rnc_test.tlog/link.read.1.tlog
/Release/rnc_test.tlog/link.write.1.tlog
/Release/rnc_test.tlog/rnc_test.lastbuildstate
/Release/vc141.pdb
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1590,7 +1590,7 @@ int parse_args(int argc, char **argv, vars_t *vars)

int main(int argc, char *argv[])
{
printf("-= RNC ProPackED v1.3 [by Lab 313] (05/31/2018) =-\n");
printf("-= RNC ProPackED v1.4 [by Lab 313] (11/04/2018) =-\n");
printf("-----------------------------\n");
printf("Compression type: Huffman + LZ77\n");
printf("De/Compressor: Dr.MefistO\n");
Expand Down

0 comments on commit 8273a64

Please sign in to comment.