diff options
author | 2014-07-18 13:08:41 -0500 | |
---|---|---|
committer | 2014-07-18 13:08:41 -0500 | |
commit | 2765805641f09109029b88b38f27256dc1b52ba3 (patch) | |
tree | e0604cc1938a4acafbf9ddacb2ee04bece808c6b | |
parent | 119b8e63b6b96183a8da6bb3c9bab888b0860cbd (diff) | |
download | pseudo-2765805641f09109029b88b38f27256dc1b52ba3.tar.gz pseudo-2765805641f09109029b88b38f27256dc1b52ba3.tar.bz2 pseudo-2765805641f09109029b88b38f27256dc1b52ba3.zip |
-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 8821d61..12e09cf 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,7 @@ 2014-07-18: * (seebs) Make "server already offline" message into a debugging message (PDBGF_INVOKE). + * (seebs) 1.6.1 2014-07-17: * (seebs) Restrict symbol version restrictions to x86-64 and i386 diff --git a/Makefile.in b/Makefile.in index 7135dec..11ed1fb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -31,7 +31,7 @@ BITS=@BITS@ ARCH_FLAGS=@ARCH_FLAGS@ MARK64=@MARK64@ RPATH=@RPATH@ -VERSION=1.6.0 +VERSION=1.6.1 LIB=@LIB@ BIN=bin |