aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2024-01-17 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2024-01-17 08:00:00 +0000
commit2dc3367c5f593eb54af4ef31e7c2d100f73eb364 (patch)
tree62dba91d1ee8ab728ddc3bad562a4649d506666e /configure.ac
parent031bb5a5d0d950253b68138b498dc93be69a64cb (diff)
downloadpam-2dc3367c5f593eb54af4ef31e7c2d100f73eb364.tar.gz
pam-2dc3367c5f593eb54af4ef31e7c2d100f73eb364.tar.bz2
pam-2dc3367c5f593eb54af4ef31e7c2d100f73eb364.zip
Prepare for 1.6.0 release
* configure.ac (AC_INIT): Raise version to 1.6.0. * po/Linux-PAM.pot (Project-Id-Version): Likewise. * NEWS: Update. Resolves: https://github.com/linux-pam/linux-pam/issues/690
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 d3fb9ce9..b22ab5b7 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.3], , [Linux-PAM])
+AC_INIT([Linux-PAM], [1.6.0], , [Linux-PAM])
AC_CONFIG_SRCDIR([conf/pam_conv1/pam_conv_y.y])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall -Wno-portability])