diff options
author | 2018-01-16 19:47:39 -0600 | |
---|---|---|
committer | 2018-01-16 19:47:39 -0600 | |
commit | d107418abf0296af1159d9ec0cd5af49a166ef4b (patch) | |
tree | b18010a4cd41d5de38367cca013c1e37166d2712 | |
parent | 5a8a8856a5d77cda914cd6682e0f4ac845cefc69 (diff) | |
download | pseudo-d107418abf0296af1159d9ec0cd5af49a166ef4b.tar.gz pseudo-d107418abf0296af1159d9ec0cd5af49a166ef4b.tar.bz2 pseudo-d107418abf0296af1159d9ec0cd5af49a166ef4b.zip |
1.9.0
-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 07aa80a..4f58922 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -8,6 +8,7 @@ * (seebs) merge epoll support from <alexander.kanavin@linux.intel.com> * (seebs) add wrapper for statvfs (based on patch from <dan.dedrick@gmail.com>) + * (seebs) Call this 1.9.0. 2017-12-22: * (seebs) handle the pathological case of LINKAT with diff --git a/Makefile.in b/Makefile.in index 6e42021..ad6541b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -45,7 +45,7 @@ BITS=@BITS@ ARCH_FLAGS=@ARCH_FLAGS@ MARK64=@MARK64@ RPATH=@RPATH@ -VERSION=1.8.2 +VERSION=1.9.0 LIB=@LIB@ BIN=bin |