From bed1b5667155d4353afb7d10e7106739d7418f6d Mon Sep 17 00:00:00 2001 From: wimpunk Date: Tue, 29 Apr 2014 17:51:59 +0000 Subject: [PATCH] Removed revision information Revision information isn't very usable when switching to git. git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@162 3873ddee-7413-0410-b6c4-c2c57c1ab35a --- README.md | 1 - README.ssl | 2 -- ddclient | 4 ++-- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e734206..bfc0b4c 100644 --- a/README.md +++ b/README.md @@ -179,4 +179,3 @@ Alternatively, you may just configure ddclient to operate as a daemon and monitor your ethernet interface. ------------------------------------------------------------------------------- -$Id$ diff --git a/README.ssl b/README.ssl index 2b875f4..1d0e2f1 100644 --- a/README.ssl +++ b/README.ssl @@ -1,5 +1,3 @@ -$Id$ - Since 3.7.0, ddclient support ssl-updates To use ssl, put "ssl=yes" in your configuration and make sure you have IO::Socket::SSL. diff --git a/ddclient b/ddclient index cc91f7f..5ff01cf 100755 --- a/ddclient +++ b/ddclient @@ -20,9 +20,9 @@ use Getopt::Long; use Sys::Hostname; use IO::Socket; -my ($VERSION) = q$Revision$ =~ /(\d+)/; +# my ($VERSION) = q$Revision$ =~ /(\d+)/; -my $version = "3.8.0-r". $VERSION; +my $version = "3.8.2"; my $programd = $0; $programd =~ s%^.*/%%; my $program = $programd;