Skip to content

Commit

Permalink
Change version number to 2.2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Jul 28, 2012
1 parent fa19c00 commit 8041c56
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.5 (xx Apr 2012) by Mark Adler
pigz 2.2.6 (xx Oct 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.5 28 Jul 2012 Mark Adler
* Version 2.2.6 xx Oct 2012 Mark Adler
*/

/*
Expand Down Expand Up @@ -149,9 +149,10 @@
Print name of executable in error messages
Show help properly when the name is unpigz or gunzip
Fix permissions security problem before output is closed
2.2.6 xx Oct 2012 -
*/

#define VERSION "pigz 2.2.5\n"
#define VERSION "pigz 2.2.6\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.5
Version: 2.2.6
Release: 1
Source0: %{name}-%{version}.tar.gz
License: zlib
Expand Down

0 comments on commit 8041c56

Please sign in to comment.