From fdac519bdfc1df754ffaea4da1e7ce7854b9e89a Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sun, 7 Apr 2024 18:24:49 +0100 Subject: [PATCH] Bump version to 2.4.0 --- META.json | 6 +++--- META.yml | 6 +++--- NEWS | 2 +- configure.ac | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/META.json b/META.json index 3509018..780a868 100644 --- a/META.json +++ b/META.json @@ -37,11 +37,11 @@ "provides" : { "Stow" : { "file" : "lib/Stow.pm", - "version" : "v2.3.2" + "version" : "v2.4.0" }, "Stow::Util" : { "file" : "lib/Stow/Util.pm", - "version" : "v2.3.2" + "version" : "v2.4.0" } }, "release_status" : "stable", @@ -55,6 +55,6 @@ "url" : "git://git.savannah.gnu.org/stow.git" } }, - "version" : "v2.3.2", + "version" : "v2.4.0", "x_serialization_backend" : "JSON::PP version 4.00" } diff --git a/META.yml b/META.yml index 9385103..7ea1404 100644 --- a/META.yml +++ b/META.yml @@ -18,10 +18,10 @@ name: Stow provides: Stow: file: lib/Stow.pm - version: v2.3.2 + version: v2.4.0 Stow::Util: file: lib/Stow/Util.pm - version: v2.3.2 + version: v2.4.0 requires: Carp: '0' IO::File: '0' @@ -30,5 +30,5 @@ resources: homepage: https://savannah.gnu.org/projects/stow license: http://www.gnu.org/licenses/gpl-2.0.html repository: git://git.savannah.gnu.org/stow.git -version: v2.3.2 +version: v2.4.0 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/NEWS b/NEWS index 6e27494..2ea6523 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ News file for Stow. -* Changes in version 2.3.2 +* Changes in version 2.4.0 *** Eliminated a spurious warning on unstowing diff --git a/configure.ac b/configure.ac index 27d3b3b..3e16434 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ dnl along with this program. If not, see https://www.gnu.org/licenses/. dnl Process this file with Autoconf to produce configure dnl -AC_INIT([stow], [2.3.2], [bug-stow@gnu.org]) +AC_INIT([stow], [2.4.0], [bug-stow@gnu.org]) AC_PREREQ([2.61]) AC_CONFIG_AUX_DIR([automake]) # Unfortunately we have to disable warnings for overrides, because we