diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2020-11-24 18:00:00 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2020-11-24 18:00:00 +0000 |
commit | f03e6720cea45bda20cbc410b2873d29f96218cb (patch) | |
tree | 008314d1f929be842d680200816c3a24f7128899 | |
parent | 4d928200c2a1e90f1664e73f88b7fd4386158311 (diff) | |
download | pam-f03e6720cea45bda20cbc410b2873d29f96218cb.tar.gz pam-f03e6720cea45bda20cbc410b2873d29f96218cb.tar.bz2 pam-f03e6720cea45bda20cbc410b2873d29f96218cb.zip |
Prepare for 1.5.1 release
* configure.ac (AC_INIT): Raise version to 1.5.1.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 77f9d43b..5eade7cd 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.0], , [Linux-PAM]) +AC_INIT([Linux-PAM], [1.5.1], , [Linux-PAM]) AC_CONFIG_SRCDIR([conf/pam_conv1/pam_conv_y.y]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([-Wall -Wno-portability]) |