diff options
author | Björn Esser <besser82@fedoraproject.org> | 2020-04-04 14:50:11 +0200 |
---|---|---|
committer | Björn Esser <besser82@fedoraproject.org> | 2020-04-04 14:50:11 +0200 |
commit | 32230cae2b0d1ef6db24e937832da823604b0d2c (patch) | |
tree | b9ea5c0580c4857d199e5792ceff75bdf3676cc5 | |
parent | 4ffa4d38396c334a1e002427c22281b047a3d6a6 (diff) | |
download | libxcrypt-32230cae2b0d1ef6db24e937832da823604b0d2c.tar.gz libxcrypt-32230cae2b0d1ef6db24e937832da823604b0d2c.tar.bz2 libxcrypt-32230cae2b0d1ef6db24e937832da823604b0d2c.zip |
Bump tarball version to 4.4.17 and update NEWS.
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -3,6 +3,8 @@ libxcrypt NEWS -- history of user-visible changes. Please send bug reports, questions and suggestions to <https://github.com/besser82/libxcrypt/issues>. +Version 4.4.17 + Version 4.4.16 * Add support for the e2k architecture. diff --git a/configure.ac b/configure.ac index b1db2bc..4f6c74c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. m4_include([m4/zw_automodern.m4]) AC_INIT([xcrypt], - [4.4.16], + [4.4.17], [https://github.com/besser82/libxcrypt/issues], [libxcrypt], [https://github.com/besser82/libxcrypt]) |