From 6fc2f511b6c6b285a32c8448b9524a39b265a7b7 Mon Sep 17 00:00:00 2001 From: Wim Vinckier Date: Mon, 28 Sep 2015 21:38:28 +0200 Subject: [PATCH] Cleanup: removing revision info from ddclient Preparing the complete merge with sf. --- ddclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient b/ddclient index eaedf9a..9b8113b 100755 --- a/ddclient +++ b/ddclient @@ -25,7 +25,7 @@ use Getopt::Long; use Sys::Hostname; use IO::Socket; -# my ($VERSION) = q$Revision: 184 $ =~ /(\d+)/; +# my ($VERSION) = q$Revision$ =~ /(\d+)/; my $version = "3.8.3"; my $programd = $0;