From e7290d827b3c2ca7f1db7bff2a4cff2306ef8074 Mon Sep 17 00:00:00 2001 From: wimpunk Date: Mon, 28 Sep 2015 19:41:09 +0000 Subject: [PATCH] Cleanup: removing revision info. Removing revision info even when it's just in the comments. git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@190 3873ddee-7413-0410-b6c4-c2c57c1ab35a --- ddclient | 2 -- 1 file changed, 2 deletions(-) diff --git a/ddclient b/ddclient index 9b8113b..f0a11fa 100755 --- a/ddclient +++ b/ddclient @@ -25,8 +25,6 @@ use Getopt::Long; use Sys::Hostname; use IO::Socket; -# my ($VERSION) = q$Revision$ =~ /(\d+)/; - my $version = "3.8.3"; my $programd = $0; $programd =~ s%^.*/%%;