summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2020-10-30 08:00:00 +0000
committerDmitry V. Levin <ldv@altlinux.org>2020-11-03 12:20:32 +0000
commit7ca6333146237f92f2490417c2704da340c11946 (patch)
treeb3fa170a63d67973dbf3df51b0f5305b33c9ae3d /configure.ac
parent2d919d0b404711ff1c08cbb0443e868f0fb79846 (diff)
Prepare for 1.5.0 release
* configure.ac (AC_INIT): Raise version to 1.5.0. * 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 ad36a6bc..77f9d43b 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.4.0], , [Linux-PAM])
+AC_INIT([Linux-PAM], [1.5.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])