From 8ed2963b790457eb3b31fd4c62b854e5b217fb25 Mon Sep 17 00:00:00 2001 From: Lenard Hess Date: Sat, 21 Oct 2023 19:53:50 +0200 Subject: [PATCH] Updated version number for v3.11.1_0 development --- ChangeLog.md | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index e35766e..ee8434f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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). diff --git a/configure.ac b/configure.ac index 53dc3b8..d4a4152 100644 --- a/configure.ac +++ b/configure.ac @@ -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])