Subversion revision added
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@116 3873ddee-7413-0410-b6c4-c2c57c1ab35a
This commit is contained in:
parent
d5b70d1665
commit
e688f232cf
1 changed files with 3 additions and 1 deletions
4
ddclient
4
ddclient
|
@ -20,7 +20,9 @@ use Getopt::Long;
|
|||
use Sys::Hostname;
|
||||
use IO::Socket;
|
||||
|
||||
my $version = "3.8.0";
|
||||
my ($VERSION) = q$Revision$ =~ /(\d+)/;
|
||||
|
||||
my $version = "3.8.0-r". $VERSION;
|
||||
my $programd = $0;
|
||||
$programd =~ s%^.*/%%;
|
||||
my $program = $programd;
|
||||
|
|
Loading…
Reference in a new issue