Updated version number for v3.11.1_0 development

This commit is contained in:
Lenard Hess 2023-10-21 19:53:50 +02:00
parent 17828eedf5
commit 8ed2963b79
2 changed files with 2 additions and 2 deletions

View file

@ -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 (WIP)
## 20XX-XX-XX v3.11.1_0 (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).

View file

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