Removed revision information

Revision information isn't very usable when switching to git.
This commit is contained in:
Wim Vinckier 2014-04-29 19:44:49 +02:00
parent 2e33e8efb3
commit 1789c06620
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. and monitor your ethernet interface.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
$Id: README.md 150 2013-04-28 14:55:34Z wimpunk $

View file

@ -1,5 +1,3 @@
$Id: README.ssl 96 2008-06-13 20:24:24Z wimpunk $
Since 3.7.0, ddclient support ssl-updates Since 3.7.0, ddclient support ssl-updates
To use ssl, put "ssl=yes" in your configuration and make sure To use ssl, put "ssl=yes" in your configuration and make sure
you have IO::Socket::SSL. you have IO::Socket::SSL.

View file

@ -1,7 +1,7 @@
#!/usr/bin/perl -w #!/usr/bin/perl -w
#!/usr/local/bin/perl -w #!/usr/local/bin/perl -w
###################################################################### ######################################################################
# $Id: ddclient 155 2013-10-28 22:38:56Z wimpunk $ # $Id: ddclient 161 2014-03-20 20:02:14Z wimpunk $
# #
# DDCLIENT - a Perl client for updating DynDNS information # DDCLIENT - a Perl client for updating DynDNS information
# #
@ -20,7 +20,7 @@ use Getopt::Long;
use Sys::Hostname; use Sys::Hostname;
use IO::Socket; use IO::Socket;
my ($VERSION) = q$Revision: 155 $ =~ /(\d+)/; # my ($VERSION) = q$Revision: 161 $ =~ /(\d+)/;
my $version = "3.8.2"; my $version = "3.8.2";
my $programd = $0; my $programd = $0;