Skip to content

Commit

Permalink
Change version number to 2.2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Mar 15, 2012
1 parent cb19438 commit fa14203
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
pigz 2.2.4 (11 Mar 2012) by Mark Adler
pigz 2.2.5 (xx Apr 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
5 changes: 3 additions & 2 deletions 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.4 11 Mar 2012 Mark Adler
* Version 2.2.5 xx Apr 2012 Mark Adler
*/

/*
Expand Down Expand Up @@ -144,9 +144,10 @@
Fix bug in zip (-K) output
Fix license in pigz.spec
Remove thread portability #defines in pigz.c
2.2.5 xx Apr 2012 -
*/

#define VERSION "pigz 2.2.4\n"
#define VERSION "pigz 2.2.5\n"

/* To-do:
- make source portable for Windows, VMS, etc. (see gzip source code)
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.2.4
Version: 2.2.5
Release: 1
Source0: %{name}-%{version}.tar.gz
License: zlib
Expand Down

0 comments on commit fa14203

Please sign in to comment.