Post-release version bump
This commit is contained in:
parent
590d7d91fc
commit
803f77404d
2 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,8 @@
|
||||||
This document describes notable changes. For details, see the [source code
|
This document describes notable changes. For details, see the [source code
|
||||||
repository history](https://github.com/ddclient/ddclient/commits/main).
|
repository history](https://github.com/ddclient/ddclient/commits/main).
|
||||||
|
|
||||||
|
## v4.0.0-rc.4 (unreleased work-in-progress)
|
||||||
|
|
||||||
## 2025-01-11 v4.0.0-rc.3
|
## 2025-01-11 v4.0.0-rc.3
|
||||||
|
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
|
|
|
@ -78,7 +78,7 @@ use Sys::Hostname;
|
||||||
#
|
#
|
||||||
# For consistency and to match user expectations, the release part of the version is always three
|
# For consistency and to match user expectations, the release part of the version is always three
|
||||||
# components: MAJOR.MINOR.PATCH.
|
# components: MAJOR.MINOR.PATCH.
|
||||||
use version 0.77; our $VERSION = version->declare('v4.0.0.0_903');
|
use version 0.77; our $VERSION = version->declare('v4.0.0.0_904');
|
||||||
|
|
||||||
sub parse_version {
|
sub parse_version {
|
||||||
my ($v) = @_;
|
my ($v) = @_;
|
||||||
|
|
Loading…
Reference in a new issue