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:
parent
db57ab1c97
commit
bed1b56671
3 changed files with 2 additions and 5 deletions
|
@ -179,4 +179,3 @@ Alternatively, you may just configure ddclient to operate as a daemon
|
|||
and monitor your ethernet interface.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
$Id$
|
||||
|
|
|
@ -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.
|
||||
|
|
4
ddclient
4
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;
|
||||
|
|
Loading…
Reference in a new issue