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 a121386..261cd4f 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.3 2009-02-28 22:32:11 cowboy Exp $ +# $Sendmail: update_auth,v 8.14.3 2009-02-28 23:40:41 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.3'; -$main::program_date = '2009-02-28 22:32:11 cowboy'; +$main::program_date = '2009-02-28 23:40:41 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.3-7 2009-02-28 22:32:11 cowboy Exp \$\') +VERSIONID(\`\$Id: sasl.m4,v 8.14.3-8 2009-02-28 23:40:41 cowboy Exp \$\') dnl # dnl #--------------------------------------------------------------------- dnl # Bring in Autoconf results |