summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Esser <besser82@fedoraproject.org>2021-09-17 18:43:56 +0200
committerBjörn Esser <besser82@fedoraproject.org>2021-09-17 18:43:56 +0200
commita5fb3176e7aea6b2cd94f037bffba69eff2deed7 (patch)
treea17e8ad12125b367a3508f12df895203a03d18b4
parent8ff7a8c5019cbd50419f7d0a8cd691eb99d6b086 (diff)
downloadlibxcrypt-a5fb3176e7aea6b2cd94f037bffba69eff2deed7.tar.gz
libxcrypt-a5fb3176e7aea6b2cd94f037bffba69eff2deed7.tar.bz2
libxcrypt-a5fb3176e7aea6b2cd94f037bffba69eff2deed7.zip
Bump tarball version to 4.4.27 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 74efbee..de5a19e 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.27
+
Version 4.4.26
* Fix compilation on systems with GCC >= 10, that do not support
declarations with __attribute__((symver)).
diff --git a/configure.ac b/configure.ac
index 8761ba4..abd714d 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.26],
+ [4.4.27],
[https://github.com/besser82/libxcrypt/issues],
[libxcrypt],
[https://github.com/besser82/libxcrypt])