diff options
author | Peter Seebach <peter.seebach@windriver.com> | 2013-01-31 15:44:32 -0600 |
---|---|---|
committer | Peter Seebach <peter.seebach@windriver.com> | 2013-01-31 15:44:32 -0600 |
commit | a01d7884e5f3acba1460cf6b500d28390e7af9f8 (patch) | |
tree | 91af4c00975563c3793f9e54601180bc9a51ef9f | |
parent | 956747636125cfe95d841c162d5411df22efb29e (diff) | |
download | pseudo-a01d7884e5f3acba1460cf6b500d28390e7af9f8.tar.gz pseudo-a01d7884e5f3acba1460cf6b500d28390e7af9f8.tar.bz2 pseudo-a01d7884e5f3acba1460cf6b500d28390e7af9f8.zip |
Tag: 1.4.3.pseudo-1.4.3PSEUDO_1_4_3
Fixed up the libdir stuff in a saner way, fixed the @GLIBC_2.7 thing,
want to avoid any risk of someone having a stale archive.
-rw-r--r-- | ChangeLog.txt | 4 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 75ba2d0..680aecf 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,7 @@ +2013-01-31: + * (seebs) tag 1.4.3 (to avoid any problems with the changes since + 1.4.2 and old tarballs) + 2013-01-30: * (seebs) Subtle tweaks to avoid GLIBC_2.7 dependencies which can cause trouble trying to copy libpseudo.so to older hosts. diff --git a/Makefile.in b/Makefile.in index f79d64b..69bbe6e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -27,7 +27,7 @@ BITS=@BITS@ ARCH_FLAGS=@ARCH_FLAGS@ MARK64=@MARK64@ RPATH=@RPATH@ -VERSION=1.4.2 +VERSION=1.4.3 LIB=@LIB@ BIN=bin |