From 50e8d2ed0072462dd1a00268593242d7ae809531 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sun, 19 Jan 2025 14:46:10 -0500 Subject: [PATCH] Post-release version bump --- ChangeLog.md | 2 ++ ddclient.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 00a9800..00021aa 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.1-alpha (unreleased work-in-progress) + ## 2025-01-19 v4.0.0 ### Breaking changes diff --git a/ddclient.in b/ddclient.in index 410a5db..cba36e0 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.999'); +use version 0.77; our $VERSION = version->declare('v4.0.1.0_0'); sub parse_version { my ($v) = @_;