Skip to content

Commit

Permalink
Update version to 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Jan 25, 2010
1 parent 92d565c commit b683fd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pigz.c
@@ -1,6 +1,6 @@
/* pigz.c -- parallel implementation of gzip
* Copyright (C) 2007, 2008, 2009, 2010 Mark Adler
* Version 2.1.6 17 Jan 2010 Mark Adler
* Version 2.1.7 xx Feb 2010 Mark Adler
*/

/*
Expand Down Expand Up @@ -106,9 +106,10 @@
Decompress if executable named "gunzip" [Hoffstätte]
Allow ".tgz" suffix [Chernookiy]
Fix adler32 comparison on .zz files
2.1.7 xx Feb 2010 --
*/

#define VERSION "pigz 2.1.6\n"
#define VERSION "pigz 2.1.7\n"

/* To-do:
- add --rsyncable (or -R) [use my own algorithm, set min/max block size]
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.6
Version: 2.1.7
Release: 1
Source0: %{name}-%{version}.tar.gz
License: GPL
Expand Down

0 comments on commit b683fd5

Please sign in to comment.