diff --git a/META.json b/META.json index 19b928a..5d93975 100644 --- a/META.json +++ b/META.json @@ -36,11 +36,11 @@ "provides" : { "Stow" : { "file" : "lib/Stow.pm", - "version" : "v2.2.1" + "version" : "v2.2.2" }, "Stow::Util" : { "file" : "lib/Stow/Util.pm", - "version" : "v2.2.1" + "version" : "v2.2.2" } }, "release_status" : "stable", @@ -54,6 +54,6 @@ "url" : "git://git.savannah.gnu.org/stow.git" } }, - "version" : "v2.2.1", + "version" : "v2.2.2", "x_serialization_backend" : "JSON::PP version 2.27203" } diff --git a/META.yml b/META.yml index 721ff1c..d496750 100644 --- a/META.yml +++ b/META.yml @@ -17,10 +17,10 @@ name: Stow provides: Stow: file: lib/Stow.pm - version: v2.2.1 + version: v2.2.2 Stow::Util: file: lib/Stow/Util.pm - version: v2.2.1 + version: v2.2.2 requires: Carp: '0' IO::File: '0' @@ -29,5 +29,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.2.1 +version: v2.2.2 x_serialization_backend: 'CPAN::Meta::YAML version 0.012' diff --git a/configure.ac b/configure.ac index aeb521a..4b3bd49 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with Autoconf to produce configure dnl -AC_INIT([stow], [2.2.1], [bug-stow@gnu.org]) +AC_INIT([stow], [2.2.2], [bug-stow@gnu.org]) AC_PREREQ([2.61]) AC_CONFIG_AUX_DIR([automake]) # Unfortunately we have to disable warnings for overrides, because we