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 /configure.ac | |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |