From b683fd55f5e280f9d94306fe323d4a7ea56fe5b4 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Mon, 25 Jan 2010 05:41:49 -0800 Subject: [PATCH] Update version to 2.1.7 --- pigz.c | 5 +++-- pigz.spec | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pigz.c b/pigz.c index 97e6faa..8c10bd7 100644 --- a/pigz.c +++ b/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 */ /* @@ -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] diff --git a/pigz.spec b/pigz.spec index a29c202..c1afb7f 100644 --- a/pigz.spec +++ b/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