Skip to content

Commit

Permalink
Updated version number for v3.11.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LenardHess committed Oct 25, 2023
1 parent 456fe79 commit 66af014
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Expand Up @@ -3,7 +3,7 @@
This document describes notable changes. For details, see the [source code
repository history](https://github.com/ddclient/ddclient/commits/master).

## 20XX-XX-XX v3.11.1_0 (WIP)
## 2023-10-25 v3.11.1

### Bug fixes
* Fixed simultaneous IPv4 and IPv6 updates for provider porkbun
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([ddclient], [3.11.1_0])
AC_INIT([ddclient], [3.11.1])
AC_CONFIG_SRCDIR([ddclient.in])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion ddclient.in
Expand Up @@ -21,7 +21,7 @@ use File::Temp;
use Getopt::Long;
use Sys::Hostname;

use version 0.77; our $VERSION = version->declare('3.11.1_0');
use version 0.77; our $VERSION = version->declare('3.11.1');
my $version = $VERSION->stringify();
my $programd = $0;
$programd =~ s%^.*/%%;
Expand Down

0 comments on commit 66af014

Please sign in to comment.