diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2020-03-03 16:16:28 +0100 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2020-03-03 16:16:28 +0100 |
commit | 0e622c75325978f97cf0a1804a95ade9ef331d98 (patch) | |
tree | 8a65c26bf26038ae2a1d68e09a57e376c50eb241 /configure.ac | |
parent | 6235fd808dc9acf030d29b321daeda07ee57f0a7 (diff) | |
download | pam-0e622c75325978f97cf0a1804a95ade9ef331d98.tar.gz pam-0e622c75325978f97cf0a1804a95ade9ef331d98.tar.bz2 pam-0e622c75325978f97cf0a1804a95ade9ef331d98.zip |
Prepare for the 1.4.0 release
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 6a7ba0e0..9e0da277 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.3.1], , [Linux-PAM]) +AC_INIT([Linux-PAM], [1.4.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]) |