Updated version number for v3.11.2 release
This commit is contained in:
parent
58c5e4dc3a
commit
4a1b06630b
3 changed files with 7 additions and 3 deletions
|
@ -3,7 +3,11 @@
|
||||||
This document describes notable changes. For details, see the [source code
|
This document describes notable changes. For details, see the [source code
|
||||||
repository history](https://github.com/ddclient/ddclient/commits/master).
|
repository history](https://github.com/ddclient/ddclient/commits/master).
|
||||||
|
|
||||||
## 20XX-XX-XX v3.11.2_0 (WIP)
|
## 2023-11-23 v3.11.2
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
* Fixed simultaneous IPv4 and IPv6 updates for provider duckdns
|
||||||
|
* Fixed caching issues for new providers when using the old 'use' config parameter
|
||||||
|
|
||||||
## 2023-10-25 v3.11.1
|
## 2023-10-25 v3.11.1
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
AC_PREREQ([2.63])
|
AC_PREREQ([2.63])
|
||||||
AC_INIT([ddclient], [3.11.2_0])
|
AC_INIT([ddclient], [3.11.2])
|
||||||
AC_CONFIG_SRCDIR([ddclient.in])
|
AC_CONFIG_SRCDIR([ddclient.in])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
|
@ -21,7 +21,7 @@ use File::Temp;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
use Sys::Hostname;
|
use Sys::Hostname;
|
||||||
|
|
||||||
use version 0.77; our $VERSION = version->declare('3.11.2_0');
|
use version 0.77; our $VERSION = version->declare('3.11.2');
|
||||||
my $version = $VERSION->stringify();
|
my $version = $VERSION->stringify();
|
||||||
my $programd = $0;
|
my $programd = $0;
|
||||||
$programd =~ s%^.*/%%;
|
$programd =~ s%^.*/%%;
|
||||||
|
|
Loading…
Reference in a new issue