aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2021-07-20 20:00:00 +0000
committerDmitry V. Levin <ldv@altlinux.org>2021-07-20 20:00:00 +0000
commit8d78fbf45e2fd73184a0152aa93db26fb384598a (patch)
tree4db8fcb57d226301a72f4e1b2eca4d41835519a8 /configure.ac
parentc6b49dad06d57c3ee3dddde46f514cfb04c930ae (diff)
downloadpam-8d78fbf45e2fd73184a0152aa93db26fb384598a.tar.gz
pam-8d78fbf45e2fd73184a0152aa93db26fb384598a.tar.bz2
pam-8d78fbf45e2fd73184a0152aa93db26fb384598a.zip
Prepare for 1.5.2 release
* configure.ac (AC_INIT): Raise version to 1.5.2. * NEWS: Update.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e9c57345..d464884c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([Linux-PAM], [1.5.1], , [Linux-PAM])
+AC_INIT([Linux-PAM], [1.5.2], , [Linux-PAM])
AC_CONFIG_SRCDIR([conf/pam_conv1/pam_conv_y.y])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall -Wno-portability])