diff options
author | 2015-09-03 20:55:03 -0500 | |
---|---|---|
committer | 2015-09-03 20:55:03 -0500 | |
commit | e795df44a90a426a76b790f1b2774f3046a8fc31 (patch) | |
tree | bc9f56959d227a3299c7f2b3560baceea7a4fbf6 | |
parent | 0b3080ba90d58249c853f1ddd1a24c54f383a31f (diff) | |
download | pseudo-e795df44a90a426a76b790f1b2774f3046a8fc31.tar.gz pseudo-e795df44a90a426a76b790f1b2774f3046a8fc31.tar.bz2 pseudo-e795df44a90a426a76b790f1b2774f3046a8fc31.zip |
1.7.2 branchpseudo-1.7.2PSEUDO_1_7_2
And another branch, for 1.7.2, because I think that'll be the last of it.
Hah.
Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
-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 4f08e17..e2bd123 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -3,6 +3,7 @@ ensure that an 0700 umask didn't prevent writing. * (seebs) remove the comment saying that 0700 umasks were expected to break things. + * (seebs) and call this 1.7.2. 2015-09-02: * (seebs) call this 1.7.1, since that seems to be all the bugs diff --git a/Makefile.in b/Makefile.in index 34ba13a..bbea925 100644 --- a/Makefile.in +++ b/Makefile.in @@ -44,7 +44,7 @@ BITS=@BITS@ ARCH_FLAGS=@ARCH_FLAGS@ MARK64=@MARK64@ RPATH=@RPATH@ -VERSION=1.7.1 +VERSION=1.7.2 LIB=@LIB@ BIN=bin |