Bump to 3.10.1
This commit is contained in:
parent
9735ada74f
commit
b628eeb65a
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
===============================================================================
|
||||
# DDCLIENT v3.9.0
|
||||
# DDCLIENT v3.10.1
|
||||
|
||||
ddclient is a Perl client used to update dynamic DNS entries for accounts
|
||||
on many dynamic DNS services.
|
||||
|
|
|
|||
2
ddclient
2
ddclient
|
|
@ -25,7 +25,7 @@ use Getopt::Long;
|
|||
use Sys::Hostname;
|
||||
use IO::Socket;
|
||||
|
||||
my $version = "3.10.0";
|
||||
my $version = "3.10.1";
|
||||
my $programd = $0;
|
||||
$programd =~ s%^.*/%%;
|
||||
my $program = $programd;
|
||||
|
|
|
|||
Loading…
Reference in a new issue