summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Esser <besser82@fedoraproject.org>2022-10-31 21:28:10 +0100
committerBjörn Esser <besser82@fedoraproject.org>2022-10-31 21:28:10 +0100
commit06a09d43f8899ba099b31379866e21e9554050fc (patch)
treea5d1b50e81b5a8f18183eeb35e9b2ee742fb1e31
parentebcd8afb0bab4d6fb01fd139f24bba077343a410 (diff)
downloadlibxcrypt-06a09d43f8899ba099b31379866e21e9554050fc.tar.gz
libxcrypt-06a09d43f8899ba099b31379866e21e9554050fc.tar.bz2
libxcrypt-06a09d43f8899ba099b31379866e21e9554050fc.zip
Bump tarball version to 4.4.30 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 db412e9..6ad256b 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.30
+
Version 4.4.29
* Add glibc-on-loongarch-lp64 (Loongson LA464 / LA664) entry to
libcrypt.minver. This was added in GNU libc 2.36.
diff --git a/configure.ac b/configure.ac
index 7cb19dc..cb71fcc 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.29],
+ [4.4.30],
[https://github.com/besser82/libxcrypt/issues],
[libxcrypt],
[https://github.com/besser82/libxcrypt])