Bumped version numbers for next (pre)release

This commit is contained in:
Lenard Hess 2023-10-15 16:15:54 +02:00
parent d4f9816a6a
commit 39bdce9bb6
2 changed files with 3 additions and 1 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.0_2
## 2023-10-15 v3.11.0_1
### Breaking changes

View file

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