Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change version number to 2.2.4.
  • Loading branch information
madler committed Jan 16, 2012
1 parent 98eafca commit 1b90086
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
pigz 2.2.3 (15 Jan 2012) by Mark Adler
pigz 2.2.4 (xx Jan 2012) by Mark Adler

pigz, which stands for Parallel Implementation of GZip, is a fully functional
replacement for gzip that exploits multiple processors and multiple cores to
Expand Down
3 changes: 2 additions & 1 deletion pigz.c
@@ -1,6 +1,6 @@
/* pigz.c -- parallel implementation of gzip
* Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Mark Adler
* Version 2.2.3 15 Jan 2012 Mark Adler
* Version 2.2.4 xx Jan 2012 Mark Adler
*/

/*
Expand Down Expand Up @@ -137,6 +137,7 @@
Add thread portability #defines from yarn.c
Have rsyncable compression be independent of threading
Fix bug where constructed dictionaries not being used
2.2.4 xx Jan 2012 -
*/

#define VERSION "pigz 2.2.3\n"
Expand Down
2 changes: 1 addition & 1 deletion pigz.spec
@@ -1,6 +1,6 @@
Summary: pigz is a parallel implementation of gzip which utilizes multiple cores
Name: pigz
Version: 2.1.7
Version: 2.2.4
Release: 1
Source0: %{name}-%{version}.tar.gz
License: GPL
Expand Down

0 comments on commit 1b90086

Please sign in to comment.