diff options
Diffstat (limited to 'bzip2recover.c')
-rw-r--r-- | bzip2recover.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bzip2recover.c b/bzip2recover.c index a955d60..c0b9eac 100644 --- a/bzip2recover.c +++ b/bzip2recover.c | |||
@@ -7,7 +7,7 @@ | |||
7 | This file is part of bzip2/libbzip2, a program and library for | 7 | This file is part of bzip2/libbzip2, a program and library for |
8 | lossless, block-sorting data compression. | 8 | lossless, block-sorting data compression. |
9 | 9 | ||
10 | bzip2/libbzip2 version 1.0.6 of 6 September 2010 | 10 | bzip2/libbzip2 version 1.0.7 of 27 June 2019 |
11 | Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> | 11 | Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> |
12 | 12 | ||
13 | Please read the WARNING, DISCLAIMER and PATENTS sections in the | 13 | Please read the WARNING, DISCLAIMER and PATENTS sections in the |
@@ -314,7 +314,7 @@ Int32 main ( Int32 argc, Char** argv ) | |||
314 | inFileName[0] = outFileName[0] = 0; | 314 | inFileName[0] = outFileName[0] = 0; |
315 | 315 | ||
316 | fprintf ( stderr, | 316 | fprintf ( stderr, |
317 | "bzip2recover 1.0.6: extracts blocks from damaged .bz2 files.\n" ); | 317 | "bzip2recover 1.0.7: extracts blocks from damaged .bz2 files.\n" ); |
318 | 318 | ||
319 | if (argc != 2) { | 319 | if (argc != 2) { |
320 | fprintf ( stderr, "%s: usage is `%s damaged_file_name'.\n", | 320 | fprintf ( stderr, "%s: usage is `%s damaged_file_name'.\n", |