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
This commit is contained in:
wimpunk 2014-04-29 17:51:59 +00:00
parent db57ab1c97
commit bed1b56671
3 changed files with 2 additions and 5 deletions

View file

@ -179,4 +179,3 @@ Alternatively, you may just configure ddclient to operate as a daemon
and monitor your ethernet interface.
-------------------------------------------------------------------------------
$Id$

View file

@ -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.

View file

@ -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;