Cut 3.10.0 release
This commit is contained in:
parent
c9754a125c
commit
2a679c96c3
2 changed files with 3 additions and 2 deletions
|
@ -3,10 +3,11 @@
|
|||
This document describes notable changes. For details, see the [source code
|
||||
repository history](https://github.com/ddclient/ddclient/commits/master).
|
||||
|
||||
## Not yet released
|
||||
## 2022-10-20 v3.10.0
|
||||
### New features
|
||||
|
||||
* Added support for domaindiscount24.com
|
||||
* Added support for njal.la
|
||||
|
||||
## 2022-05-15 v3.10.0_2
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ use IO::Socket::INET;
|
|||
use Socket qw(AF_INET AF_INET6 PF_INET PF_INET6);
|
||||
use Sys::Hostname;
|
||||
|
||||
use version 0.77; our $VERSION = version->declare('v3.10.0_2');
|
||||
use version 0.77; our $VERSION = version->declare('v3.10.0');
|
||||
(my $version = $VERSION->stringify()) =~ s/^v//;
|
||||
my $programd = $0;
|
||||
$programd =~ s%^.*/%%;
|
||||
|
|
Loading…
Reference in a new issue