diff options
author | 2017-02-01 15:16:04 -0600 | |
---|---|---|
committer | 2017-02-01 15:16:04 -0600 | |
commit | fb3a0eeb7def32aaf2288e1b73573eb2f1862acf (patch) | |
tree | d2f1cecc3e63686035940c4da62be42ed7f062fb | |
parent | 02168305b0a19f981ffe857f36eb256ba8810b77 (diff) | |
download | pseudo-fb3a0eeb7def32aaf2288e1b73573eb2f1862acf.tar.gz pseudo-fb3a0eeb7def32aaf2288e1b73573eb2f1862acf.tar.bz2 pseudo-fb3a0eeb7def32aaf2288e1b73573eb2f1862acf.zip |
pseudo 1.8.2pseudo-1.8.2PSEUDO_1_8_2
-rw-r--r-- | ChangeLog.txt | 1 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 2 insertions, 1 deletions
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 |