diff options
author | Xin LI <delphij@FreeBSD.org> | 2019-08-11 06:22:06 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2019-08-11 06:22:06 +0000 |
commit | fb69e223e528e6e4c1411ced8b7c9f07024dc280 (patch) | |
tree | 5bf79f136083c728f49d752159d80b85439f8815 /Makefile | |
parent | 7897e22279d3ecd2cadda971da4a5bf96bbee785 (diff) | |
download | src-test2-vendor/bzip2.tar.gz src-test2-vendor/bzip2.zip |
Notes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,8 +2,8 @@ # This file is part of bzip2/libbzip2, a program and library for # lossless, block-sorting data compression. # -# bzip2/libbzip2 version 1.0.6 of 6 September 2010 -# Copyright (C) 1996-2010 Julian Seward <jseward@acm.org> +# bzip2/libbzip2 version 1.0.8 of 13 July 2019 +# Copyright (C) 1996-2019 Julian Seward <jseward@acm.org> # # Please read the WARNING, DISCLAIMER and PATENTS sections in the # README file. @@ -137,7 +137,7 @@ bzip2recover.o: bzip2recover.c distclean: clean rm -f manual.ps manual.html manual.pdf -DISTNAME=bzip2-1.0.7 +DISTNAME=bzip2-1.0.8 dist: check manual rm -f $(DISTNAME) ln -s -f . $(DISTNAME) |