Bump version to 2.4.0

This commit is contained in:
Adam Spiers 2024-04-07 18:24:49 +01:00
parent 49aa3458e5
commit fdac519bdf
4 changed files with 8 additions and 8 deletions

View file

@ -37,11 +37,11 @@
"provides" : { "provides" : {
"Stow" : { "Stow" : {
"file" : "lib/Stow.pm", "file" : "lib/Stow.pm",
"version" : "v2.3.2" "version" : "v2.4.0"
}, },
"Stow::Util" : { "Stow::Util" : {
"file" : "lib/Stow/Util.pm", "file" : "lib/Stow/Util.pm",
"version" : "v2.3.2" "version" : "v2.4.0"
} }
}, },
"release_status" : "stable", "release_status" : "stable",
@ -55,6 +55,6 @@
"url" : "git://git.savannah.gnu.org/stow.git" "url" : "git://git.savannah.gnu.org/stow.git"
} }
}, },
"version" : "v2.3.2", "version" : "v2.4.0",
"x_serialization_backend" : "JSON::PP version 4.00" "x_serialization_backend" : "JSON::PP version 4.00"
} }

View file

@ -18,10 +18,10 @@ name: Stow
provides: provides:
Stow: Stow:
file: lib/Stow.pm file: lib/Stow.pm
version: v2.3.2 version: v2.4.0
Stow::Util: Stow::Util:
file: lib/Stow/Util.pm file: lib/Stow/Util.pm
version: v2.3.2 version: v2.4.0
requires: requires:
Carp: '0' Carp: '0'
IO::File: '0' IO::File: '0'
@ -30,5 +30,5 @@ resources:
homepage: https://savannah.gnu.org/projects/stow homepage: https://savannah.gnu.org/projects/stow
license: http://www.gnu.org/licenses/gpl-2.0.html license: http://www.gnu.org/licenses/gpl-2.0.html
repository: git://git.savannah.gnu.org/stow.git 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' x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

2
NEWS
View file

@ -1,6 +1,6 @@
News file for Stow. News file for Stow.
* Changes in version 2.3.2 * Changes in version 2.4.0
*** Eliminated a spurious warning on unstowing *** Eliminated a spurious warning on unstowing

View file

@ -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 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_PREREQ([2.61])
AC_CONFIG_AUX_DIR([automake]) AC_CONFIG_AUX_DIR([automake])
# Unfortunately we have to disable warnings for overrides, because we # Unfortunately we have to disable warnings for overrides, because we