From 172b266ed7845eac2edc7e7f8a72371356a9a277 Mon Sep 17 00:00:00 2001 From: Nick Kralevich Date: Mon, 20 Sep 2010 17:21:30 -0700 Subject: upgrade to 1.0.6 Change-Id: Ib714043f734237edff44dfaa947b72179b7a80ce --- bzip2recover.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bzip2recover.c') diff --git a/bzip2recover.c b/bzip2recover.c index 5f6d621..f9de049 100644 --- a/bzip2recover.c +++ b/bzip2recover.c @@ -7,8 +7,8 @@ This file is part of bzip2/libbzip2, a program and library for lossless, block-sorting data compression. - bzip2/libbzip2 version 1.0.5 of 10 December 2007 - Copyright (C) 1996-2007 Julian Seward + bzip2/libbzip2 version 1.0.6 of 6 September 2010 + Copyright (C) 1996-2010 Julian Seward Please read the WARNING, DISCLAIMER and PATENTS sections in the README file. @@ -313,7 +313,7 @@ Int32 main ( Int32 argc, Char** argv ) inFileName[0] = outFileName[0] = 0; fprintf ( stderr, - "bzip2recover 1.0.5: extracts blocks from damaged .bz2 files.\n" ); + "bzip2recover 1.0.6: extracts blocks from damaged .bz2 files.\n" ); if (argc != 2) { fprintf ( stderr, "%s: usage is `%s damaged_file_name'.\n", -- cgit v1.2.3