From fb3a0eeb7def32aaf2288e1b73573eb2f1862acf Mon Sep 17 00:00:00 2001 From: Seebs Date: Wed, 1 Feb 2017 15:16:04 -0600 Subject: pseudo 1.8.2 --- ChangeLog.txt | 1 + Makefile.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index b332296..0191a8e 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,6 @@ 2017-02-01: * (seebs) handle xattr deletion slightly more carefully. + * (seebs) tag this as 1.8.2 2016-12-12: * (seebs) contributed fix to makewrappers (fix space/tab issues) diff --git a/Makefile.in b/Makefile.in index 181d885..0c271b5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -44,7 +44,7 @@ BITS=@BITS@ ARCH_FLAGS=@ARCH_FLAGS@ MARK64=@MARK64@ RPATH=@RPATH@ -VERSION=1.8.1 +VERSION=1.8.2 LIB=@LIB@ BIN=bin -- cgit