From 8decfc4b7765ed42d8e0598060d7a30ddcdbef42 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Tue, 7 Jan 2025 14:34:18 -0500 Subject: [PATCH] Post-release version bump We'll probably just release `v4.0.0` without an `-rc.3`, but I'm setting it to `-rc.3` just in case (decreasing the version number can break automatically built daily Git snapshots). --- ChangeLog.md | 2 ++ ddclient.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index a0b45e8..817b5cf 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.3 (unreleased work-in-progress) + ## 2025-01-07 v4.0.0-rc.2 ### Breaking changes diff --git a/ddclient.in b/ddclient.in index 12c3094..861abe5 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_902'); +use version 0.77; our $VERSION = version->declare('v4.0.0.0_903'); sub parse_version { my ($v) = @_;