diff options
author | Dmitry V. Levin <ldv@strace.io> | 2023-04-29 11:11:00 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2023-04-29 11:11:00 +0000 |
commit | 90430edb4707cc11353ac7295c12f04fcf7b168b (patch) | |
tree | 43a863a3c617b00c2d5a74e525108766ac3e16ae /configure.ac | |
parent | 4dc0c0fb25c4593ef04273c53ce567f14f506678 (diff) | |
download | pam-90430edb4707cc11353ac7295c12f04fcf7b168b.tar.gz pam-90430edb4707cc11353ac7295c12f04fcf7b168b.tar.bz2 pam-90430edb4707cc11353ac7295c12f04fcf7b168b.zip |
Prepare for 1.5.3 release
* configure.ac (AC_INIT): Raise version to 1.5.3.
* NEWS: Update.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7eae770f..b9b0f839 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.2], , [Linux-PAM]) +AC_INIT([Linux-PAM], [1.5.3], , [Linux-PAM]) AC_CONFIG_SRCDIR([conf/pam_conv1/pam_conv_y.y]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([-Wall -Wno-portability]) |