From 38df5ac53a89b5939b50c32e730c22fceabba6f5 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 5 Dec 2011 22:42:49 +0100 Subject: [PATCH] Subversion Tags entfernt --- clear-greylist.pl | 9 +-------- greylist.cf | 2 -- greylist.pl | 9 +-------- 3 files changed, 2 insertions(+), 18 deletions(-) diff --git a/clear-greylist.pl b/clear-greylist.pl index 4e50e63..f6a5eec 100755 --- a/clear-greylist.pl +++ b/clear-greylist.pl @@ -1,8 +1,5 @@ #!/usr/bin/perl -T -# $Id$ -# $URL$ - use strict; use warnings; use DBI; @@ -61,11 +58,7 @@ Gibt die Versionsnummer dieses Programms aus und beendet sich. =cut -my $Revis = <<'ENDE'; - $Revision$ -ENDE -$Revis =~ s/^.*:\s*(\S+)\s*\$.*/$1/s; -our $VERSION = "1.0." . $Revis; +our $VERSION = "1.0"; ###################### ## Global Variables diff --git a/greylist.cf b/greylist.cf index 07f3f63..a4f5906 100644 --- a/greylist.cf +++ b/greylist.cf @@ -1,5 +1,3 @@ -# $Id$ -# $URL$ verbose = 0 diff --git a/greylist.pl b/greylist.pl index 17ab1a7..15be4cc 100755 --- a/greylist.pl +++ b/greylist.pl @@ -1,8 +1,5 @@ #!/usr/bin/perl -T -# $Id$ -# $URL$ - use strict; use warnings; use DBI; @@ -133,11 +130,7 @@ attribute list followed by a empty line: =cut -my $Revis = <<'ENDE'; - $Revision$ -ENDE -$Revis =~ s/^.*:\s*(\S+)\s*\$.*/$1/s; -our $VERSION = "1.0." . $Revis; +our $VERSION = "1.0"; ###################### ## Global Variables -- 2.39.5