diff options
author | Björn Esser <besser82@fedoraproject.org> | 2021-08-08 21:28:41 +0200 |
---|---|---|
committer | Björn Esser <besser82@fedoraproject.org> | 2021-08-08 21:28:41 +0200 |
commit | 9c0388ecb71ad86a7732b89484723c1ceef9b890 (patch) | |
tree | 0477acd249399d58f3e6d2cd0ace9be192488917 /configure.ac | |
parent | b9116ef2245abb128a22a975d187b1272312a80c (diff) | |
download | libxcrypt-9c0388ecb71ad86a7732b89484723c1ceef9b890.tar.gz libxcrypt-9c0388ecb71ad86a7732b89484723c1ceef9b890.tar.bz2 libxcrypt-9c0388ecb71ad86a7732b89484723c1ceef9b890.zip |
Bump tarball version to 4.4.26 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 2985b5d..a603f2b 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.25], + [4.4.26], [https://github.com/besser82/libxcrypt/issues], [libxcrypt], [https://github.com/besser82/libxcrypt]) |