diff options
| author | Luke Howard <lukeh@padl.com> | 2006-05-02 01:29:53 +0000 |
|---|---|---|
| committer | Luke Howard <lukeh@padl.com> | 2006-05-02 01:29:53 +0000 |
| commit | 7547d21ca6794a540e6ea7cf7802c714107cd80d (patch) | |
| tree | 58cc2eb88ef9d4f98d8175fe52b2b12478536285 | |
| parent | 06b64806c90019325fd00538573a18d36c6e2085 (diff) | |
*** empty log message ***
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | pam_ldap.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 5541290..10e89a8 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ AC_INIT(pam_ldap.c) AC_CANONICAL_SYSTEM AC_PREFIX_DEFAULT() -AM_INIT_AUTOMAKE(pam_ldap, 179) +AM_INIT_AUTOMAKE(pam_ldap, 182) AM_CONFIG_HEADER(config.h) AC_PROG_CC diff --git a/pam_ldap.spec b/pam_ldap.spec index bc91add..0b42f4b 100644 --- a/pam_ldap.spec +++ b/pam_ldap.spec @@ -1,6 +1,6 @@ Summary: PAM module for LDAP. Name: pam_ldap -Version: 179 +Version: 182 Release: 1 Source0: ftp://ftp.padl.com/pub/%{name}-%{version}.tar.gz Source1: ldap.conf |
