diff options
author | 2016-05-12 13:23:02 -0500 | |
---|---|---|
committer | 2016-05-12 13:23:02 -0500 | |
commit | 828f86af77e614e906c94f3bede3ea4c7f929873 (patch) | |
tree | 699e880ed01bca9e83a4a32fdd0af69b57ae84c1 | |
parent | 23b628b5f7ef1a118e63cb92c8d58b4412f8fabb (diff) | |
download | pseudo-PSEUDO_1_8_0.tar.gz pseudo-PSEUDO_1_8_0.tar.bz2 pseudo-PSEUDO_1_8_0.zip |
1.8.0 branchpseudo-1.8.0PSEUDO_1_8_0
These changes are enough to justify a .1 upgrade.
-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 0abe3ff..442c575 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,6 @@ 2016-05-12: * (seebs) merge kergoth's fix to respect $(LDFLAGS) from environment. + * (seebs) call this 1.8.0 2016-03-25: * (seebs) handle deletion of xattrs, renames, and so on. Eww. diff --git a/Makefile.in b/Makefile.in index 22ef625..4f98e28 100644 --- a/Makefile.in +++ b/Makefile.in @@ -44,7 +44,7 @@ BITS=@BITS@ ARCH_FLAGS=@ARCH_FLAGS@ MARK64=@MARK64@ RPATH=@RPATH@ -VERSION=1.7.5 +VERSION=1.8.0 LIB=@LIB@ BIN=bin |