diff options
author | Richard A Nelson (Rick) <cowboy@debian.org> | 2007-05-19 20:14:00 +0000 |
---|---|---|
committer | Andreas Beckmann <debian@abeckmann.de> | 2012-10-01 19:59:14 +0200 |
commit | d6430271e61e46982620d351e0719280373717ab (patch) | |
tree | f288549f771173b84f4004df02647496c9e04d12 /debian/configure.ac | |
parent | d9e109dbbaa9facd91857abf55a21c295908faf6 (diff) | |
download | sendmail-d6430271e61e46982620d351e0719280373717ab.tar.gz |
Imported Debian patch 8.14.1-3debian/8.14.1-3
Diffstat (limited to 'debian/configure.ac')
-rw-r--r-- | debian/configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/configure.ac b/debian/configure.ac index 374b59b..34704b2 100644 --- a/debian/configure.ac +++ b/debian/configure.ac @@ -2,7 +2,7 @@ # # $Sendmail: ./configure.ac,v 8.14.1 2007/04/03 21:00:00 cowboy Exp $ # -# Copyright (c) 1998-2006 Richard Nelson. All Rights Reserved. +# Copyright (c) 1998-2007 Richard Nelson. All Rights Reserved. # # Debian configure file for building Sendmail # Note: this file supports Sendmail 8.7.6 - 8.14.1 @@ -12,9 +12,9 @@ # ac_init portion are dual-pathed to better support 2.50+ # #------------------------------------------------------------------------------ -define([_SM_CPYRT], [2005])dnl +define([_SM_CPYRT], [2007])dnl define([_SM_VERS], [8.14.1])dnl -define([_SM_DATE], [2007-04-03 21:00:00])dnl +define([_SM_DATE], [2007-05-21 20:45:00])dnl define([_SM_MAXVERS],[9.0.0])dnl define([_SM_MINVERS],[8.7.6])dnl |