diff options
author | Björn Esser <besser82@fedoraproject.org> | 2021-05-26 10:12:27 +0200 |
---|---|---|
committer | Björn Esser <besser82@fedoraproject.org> | 2021-05-26 10:12:27 +0200 |
commit | 83c1aadf2844e45b0b319b349370b53c7082fac9 (patch) | |
tree | 42339d7beb2524c1194395a99553afa98aa7d1c3 /configure.ac | |
parent | 10b7749cd7d521a85be8c306c96b6b69a5cff6a6 (diff) | |
download | libxcrypt-83c1aadf2844e45b0b319b349370b53c7082fac9.tar.gz libxcrypt-83c1aadf2844e45b0b319b349370b53c7082fac9.tar.bz2 libxcrypt-83c1aadf2844e45b0b319b349370b53c7082fac9.zip |
Bump tarball version to 4.4.22 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 793b821..272dcf1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. m4_include([build-aux/zw_automodern.m4]) AC_INIT([xcrypt], - [4.4.21], + [4.4.22], [https://github.com/besser82/libxcrypt/issues], [libxcrypt], [https://github.com/besser82/libxcrypt]) |