~pbzip2/pbzip2/bug-1524909-cd-truncates-output-sometimes

« back to all changes in this revision

Viewing changes to pbzip2.cpp

  • Committer: Yavor Nikolov
  • Date: 2012-06-10 13:32:07 UTC
  • mfrom: (35.1.2 1.1.9-dev)
  • Revision ID: nikolov.javor@gmail.com-20120610133207-8wh2wg2bdgc0d5c1
Post-release bump version up (1.1.9)

Show diffs side-by-side

added added

removed removed

Lines of Context:
264
264
 *
265
265
 * Jeff Gilchrist, Ottawa, Canada.
266
266
 * pbzip2@compression.ca
267
 
 * pbzip2 version 1.1.8 of Jun 10, 2012
 
267
 * pbzip2 version 1.1.9 of Mon dd, yyyy (NOT RELEASED YET)
268
268
 *
269
269
 */
270
270
#include "pbzip2.h"
3479
3479
 */
3480
3480
void banner()
3481
3481
{
3482
 
        fprintf(stderr, "Parallel BZIP2 v1.1.8 - by: Jeff Gilchrist [http://compression.ca]\n");
 
3482
        fprintf(stderr, "Parallel BZIP2 v1.1.9dev1 - by: Jeff Gilchrist [http://compression.ca]\n");
3483
3483
        fprintf(stderr, "[Jun. 10, 2012]               (uses libbzip2 by Julian Seward)\n");
 
3484
        fprintf(stderr, "                              (unstable development revision)\n");     
3484
3485
        fprintf(stderr, "Major contributions: Yavor Nikolov <nikolov.javor+pbzip2@gmail.com>\n");
3485
3486
 
3486
3487
        return;