diff --git a/NEWS b/NEWS index 61b7de4..1f3c92a 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,9 @@ -pam-modules -- history of user-visible changes. 2022-02-04 +pam-modules -- history of user-visible changes. 2022-05-09 See the end of file for copying conditions. Please send pam-modules bug reports to -Version 2.4.90 (git) +Version 2.5, 2022-05-09 * pam_fshadow: skip-password option diff --git a/configure.ac b/configure.ac index 0557343..12e5800 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ AC_PREREQ(2.63) -AC_INIT(pam-modules, 2.4.90, bug-pam-modules@gnu.org.ua) +AC_INIT(pam-modules, 2.5, bug-pam-modules@gnu.org.ua) AC_CONFIG_SRCDIR(pam_fshadow/pam_fshadow.c) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])