Updated version number for v3.11.0 release

This commit is contained in:
Lenard Hess 2023-10-21 19:28:33 +02:00
parent 39bdce9bb6
commit 17828eedf5
2 changed files with 6 additions and 2 deletions

View file

@ -3,7 +3,11 @@
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.0_2
## 20XX-XX-XX v3.11.1 (WIP)
## 2023-10-21 v3.11.0
This version is the same as v3.11.0_1 (except for the updated version number in the code).
Refer to [v3.11 release plan discussions](https://github.com/ddclient/ddclient/issues/552) for the reasons.
## 2023-10-15 v3.11.0_1

View file

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