summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Esser <besser82@fedoraproject.org>2018-11-20 09:24:44 +0100
committerBjörn Esser <besser82@fedoraproject.org>2018-11-20 09:24:44 +0100
commit00c63b020e30e4e5685d469d4ff82ce3d13cb1c0 (patch)
tree35e8c1f5b06c6bbd2f884d53b0e216358ed7a414
parent254abac67459a6cdb1827ccd6993942cd080997d (diff)
downloadlibxcrypt-00c63b020e30e4e5685d469d4ff82ce3d13cb1c0.tar.gz
libxcrypt-00c63b020e30e4e5685d469d4ff82ce3d13cb1c0.tar.bz2
libxcrypt-00c63b020e30e4e5685d469d4ff82ce3d13cb1c0.zip
Bump tarball version to 4.4.1 and update NEWS.
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6fd16d2..2391ae7 100644
--- a/NEWS
+++ b/NEWS
@@ -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.1
+
Version 4.4.0
* Implement the crypt_preferred_method function.
This function can be used as a convenience function to get the prefix
diff --git a/configure.ac b/configure.ac
index 3888e2d..063126a 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.0],
+ [4.4.1],
[https://github.com/besser82/libxcrypt/issues],
[libxcrypt],
[https://github.com/besser82/libxcrypt])