diff options
author | Björn Esser <besser82@fedoraproject.org> | 2023-05-31 17:04:30 +0200 |
---|---|---|
committer | Björn Esser <besser82@fedoraproject.org> | 2023-05-31 17:04:30 +0200 |
commit | e2788e576b2363cdafe4db3c9a435e2ff15df6c2 (patch) | |
tree | 19b48ce9fdb2611e9f0e637aef40f49527ccf440 | |
parent | e80cfde51bb4fe4bcf27585810e0b4ea3d1e4d7d (diff) | |
download | libxcrypt-e2788e576b2363cdafe4db3c9a435e2ff15df6c2.tar.gz libxcrypt-e2788e576b2363cdafe4db3c9a435e2ff15df6c2.tar.bz2 libxcrypt-e2788e576b2363cdafe4db3c9a435e2ff15df6c2.zip |
Bump tarball version to 4.4.35 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.35 + Version 4.4.34 * Update build-aux/m4/ax_valgrind_check.m4 to v23. * Optimize some cast operation for performance in diff --git a/configure.ac b/configure.ac index 2dfd0c9..a1264ad 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/m4/zw_automodern.m4]) AC_INIT([xcrypt], - [4.4.34], + [4.4.35], [https://github.com/besser82/libxcrypt/issues], [libxcrypt], [https://github.com/besser82/libxcrypt]) |