Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pigz version 2.3.3
  • Loading branch information
madler committed Jan 24, 2015
1 parent 721b81d commit 737c1e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pigz.c
@@ -1,6 +1,6 @@
/* pigz.c -- parallel implementation of gzip
* Copyright (C) 2007-2015 Mark Adler
* Version 2.3.2 24 Jan 2015 Mark Adler
* Version 2.3.3 24 Jan 2015 Mark Adler
*/

/*
Expand Down Expand Up @@ -173,9 +173,11 @@
Do not abort on inflate data error, do remaining files
Check gzip header CRC if present
Improve decompression error detection and reporting
2.3.3 24 Jan 2015 Portability improvements
Update copyright years in documentation
*/

#define VERSION "pigz 2.3.2\n"
#define VERSION "pigz 2.3.3\n"

/* To-do:
- make source portable for Windows, VMS, etc. (see gzip source code)
Expand Down

0 comments on commit 737c1e9

Please sign in to comment.