diff options
Diffstat (limited to 'debian/local/update_authm4')
-rw-r--r-- | debian/local/update_authm4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/local/update_authm4 b/debian/local/update_authm4 index 710e9e4..6999876 100644 --- a/debian/local/update_authm4 +++ b/debian/local/update_authm4 @@ -1,7 +1,7 @@ #!/usr/bin/perl -w #------------------------------------------------------------------------ # -# $Sendmail: update_auth,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $ +# $Sendmail: update_auth,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $ # # Create /etc/mail/sasl/sasl.m4 for Debian Sendmail # @@ -35,7 +35,7 @@ require Parse_mc; #$main::Version = '$Revision: 2.00 $ '; $main::program_name = $0; $main::program_version = '8.14.4'; -$main::program_date = '2010-10-16 19:38:59 cowboy'; +$main::program_date = '2010-11-03 22:21:32 cowboy'; $main::debug = 0; my $interp_pgm = "$^X"; @@ -183,7 +183,7 @@ divert(-1)dnl ##### #################################################################### divert(0)dnl -VERSIONID(\`\$Id: sasl.m4,v 8.14.4-1 2010-10-16 19:38:59 cowboy Exp \$\') +VERSIONID(\`\$Id: sasl.m4,v 8.14.4-2 2010-11-03 22:21:32 cowboy Exp \$\') dnl # dnl #--------------------------------------------------------------------- dnl # Bring in Autoconf results |