Skip to content

Commit

Permalink
Bump version to 2.4.1 for development of next release
Browse files Browse the repository at this point in the history
  • Loading branch information
aspiers committed Apr 7, 2024
1 parent 7cdb007 commit 5626c52
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"provides" : {
"Stow" : {
"file" : "lib/Stow.pm",
"version" : "v2.4.0"
"version" : "v2.4.1"
},
"Stow::Util" : {
"file" : "lib/Stow/Util.pm",
"version" : "v2.4.0"
"version" : "v2.4.1"
}
},
"release_status" : "stable",
Expand All @@ -55,6 +55,6 @@
"url" : "git://git.savannah.gnu.org/stow.git"
}
},
"version" : "v2.4.0",
"version" : "v2.4.1",
"x_serialization_backend" : "JSON::PP version 4.16"
}
6 changes: 3 additions & 3 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ name: Stow
provides:
Stow:
file: lib/Stow.pm
version: v2.4.0
version: v2.4.1
Stow::Util:
file: lib/Stow/Util.pm
version: v2.4.0
version: v2.4.1
requires:
Carp: '0'
IO::File: '0'
Expand All @@ -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.4.0
version: v2.4.1
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0], [bug-stow@gnu.org])
AC_INIT([stow], [2.4.1], [bug-stow@gnu.org])
AC_PREREQ([2.61])
AC_CONFIG_AUX_DIR([automake])
# Unfortunately we have to disable warnings for overrides, because we
Expand Down

0 comments on commit 5626c52

Please sign in to comment.