Updated version number for v3.11.2_0 development

This commit is contained in:
Lenard Hess 2023-10-25 21:25:43 +02:00
parent 66af014aad
commit 23bfa31ea5
3 changed files with 4 additions and 2 deletions

View file

@ -3,6 +3,8 @@
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.2_0 (WIP)
## 2023-10-25 v3.11.1
### Bug fixes

View file

@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([ddclient], [3.11.1])
AC_INIT([ddclient], [3.11.2_0])
AC_CONFIG_SRCDIR([ddclient.in])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])

View file

@ -21,7 +21,7 @@ use File::Temp;
use Getopt::Long;
use Sys::Hostname;
use version 0.77; our $VERSION = version->declare('3.11.1');
use version 0.77; our $VERSION = version->declare('3.11.2_0');
my $version = $VERSION->stringify();
my $programd = $0;
$programd =~ s%^.*/%%;