diff options
author | 2014-01-22 16:24:00 -0600 | |
---|---|---|
committer | 2014-01-22 16:24:00 -0600 | |
commit | 922607f81b1f8a8616086d0f591282e68a7eabc2 (patch) | |
tree | 51f333cd68b1ec228f10fa99b51a2f211d0865ae | |
parent | 97705dccbf9ed86698729faa0c82cbf2d28d6949 (diff) | |
download | pseudo-922607f81b1f8a8616086d0f591282e68a7eabc2.tar.gz pseudo-922607f81b1f8a8616086d0f591282e68a7eabc2.tar.bz2 pseudo-922607f81b1f8a8616086d0f591282e68a7eabc2.zip |
New version 1.6.
-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 4d4e56e..9deafc5 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -3,6 +3,7 @@ * (seebs) Typo/formatting issue in man page. * (seebs) message formatting/clarity cleanup and typo fixes. * (seebs) First draft of passwd_fallback implementation. + * (seebs) bump this all to 1.6.0. 2014-01-15: * (seebs) performance test/test case updates. diff --git a/Makefile.in b/Makefile.in index 2d9e069..d84d6e4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -30,7 +30,7 @@ BITS=@BITS@ ARCH_FLAGS=@ARCH_FLAGS@ MARK64=@MARK64@ RPATH=@RPATH@ -VERSION=1.5.2 +VERSION=1.6.0 LIB=@LIB@ BIN=bin |