From 59f6c2959ab4f3cf54b5332b805991e3b6281b7a Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Mon, 6 Jan 2025 21:02:54 -0500 Subject: [PATCH] Prepare for v4.0.0-rc.2 --- ChangeLog.md | 2 ++ ddclient.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 946db3d..4c5cc80 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,8 @@ This document describes notable changes. For details, see the [source code repository history](https://github.com/ddclient/ddclient/commits/main). +## v4.0.0-rc.2 (unreleased work-in-progress) + ## 2024-12-25 v4.0.0-rc.1 ### Breaking changes diff --git a/ddclient.in b/ddclient.in index a834b16..b37eed3 100755 --- a/ddclient.in +++ b/ddclient.in @@ -78,7 +78,7 @@ use Sys::Hostname; # # For consistency and to match user expectations, the release part of the version is always three # components: MAJOR.MINOR.PATCH. -use version 0.77; our $VERSION = version->declare('v4.0.0.0_901'); +use version 0.77; our $VERSION = version->declare('v4.0.0.0_902'); sub parse_version { my ($v) = @_;