Updated version number for v3.11.0 release
This commit is contained in:
parent
39bdce9bb6
commit
a38ca1d19e
2 changed files with 6 additions and 2 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.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
|
## 2023-10-15 v3.11.0_1
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
AC_PREREQ([2.63])
|
AC_PREREQ([2.63])
|
||||||
AC_INIT([ddclient], [3.11.0_2])
|
AC_INIT([ddclient], [3.11.0])
|
||||||
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])
|
||||||
|
|
Loading…
Reference in a new issue