aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-12-08 15:07:46 -0800
committerElliott Hughes <enh@google.com>2021-12-08 15:07:46 -0800
commit8645cf6c0da81fb958450394f463ff7c66edb49b (patch)
treec025e10d17e7a75839680f1c89e2576718cf53e3 /Makefile
parentaf4fb9fa8f24e111103a8101d85b660c90d1e2e4 (diff)
downloadbzip2-8645cf6c0da81fb958450394f463ff7c66edb49b.tar.gz
Really sync with bzip1.0.8.
The previous git update seems to have gone horribly wrong. Try to dig ourselves out of that hole (at least temporarily; the next merge might be painful too?) by unpacking the current release tarball and checking in the difference. As a double-check, `git diff bzip2-1.0.8` looks good after this change, only showing expected changes like "there's an Android.bp file here that isn't upstream". Bug: http://b/179636234 Test: treehugger Change-Id: Ia9612913e319a1cfa29f0c370f0a3775d8ecb496
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9754ddf..f8a1772 100644
--- a/Makefile
+++ b/Makefile
@@ -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@bzip.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.6
+DISTNAME=bzip2-1.0.8
dist: check manual
rm -f $(DISTNAME)
ln -s -f . $(DISTNAME)