diff options
author | Peter Seebach <peter.seebach@windriver.com> | 2015-01-22 18:32:22 -0600 |
---|---|---|
committer | Peter Seebach <peter.seebach@windriver.com> | 2015-01-22 18:32:22 -0600 |
commit | 41389d4279d6a5f694615906217f481605b183b7 (patch) | |
tree | d5bb9b44ccbff793c6f399e85a5e8513ed10637b | |
parent | d8d7088e9fe21d734c170eb7054def6106e4c831 (diff) | |
download | pseudo-41389d4279d6a5f694615906217f481605b183b7.tar.gz pseudo-41389d4279d6a5f694615906217f481605b183b7.tar.bz2 pseudo-41389d4279d6a5f694615906217f481605b183b7.zip |
pseudo 1.6.4pseudo-1.6.4PSEUDO_1_6_4
-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 7a23485..bda0903 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,6 @@ 2015-01-22: * (seebs) work when --prefix doesn't exist yet + * 1.6.4 2015-01-15: * (seebs) Rework PSEUDO_PASSWD path allocation for clarity, diff --git a/Makefile.in b/Makefile.in index 86f3269..20571b6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -31,7 +31,7 @@ BITS=@BITS@ ARCH_FLAGS=@ARCH_FLAGS@ MARK64=@MARK64@ RPATH=@RPATH@ -VERSION=1.6.3 +VERSION=1.6.4 LIB=@LIB@ BIN=bin |