Bump version to 2.2.2

This commit is contained in:
Adam Spiers 2015-11-09 11:46:50 +00:00
parent 43333b8eca
commit ab9d03535d
3 changed files with 7 additions and 7 deletions

View file

@ -36,11 +36,11 @@
"provides" : { "provides" : {
"Stow" : { "Stow" : {
"file" : "lib/Stow.pm", "file" : "lib/Stow.pm",
"version" : "v2.2.1" "version" : "v2.2.2"
}, },
"Stow::Util" : { "Stow::Util" : {
"file" : "lib/Stow/Util.pm", "file" : "lib/Stow/Util.pm",
"version" : "v2.2.1" "version" : "v2.2.2"
} }
}, },
"release_status" : "stable", "release_status" : "stable",
@ -54,6 +54,6 @@
"url" : "git://git.savannah.gnu.org/stow.git" "url" : "git://git.savannah.gnu.org/stow.git"
} }
}, },
"version" : "v2.2.1", "version" : "v2.2.2",
"x_serialization_backend" : "JSON::PP version 2.27203" "x_serialization_backend" : "JSON::PP version 2.27203"
} }

View file

@ -17,10 +17,10 @@ name: Stow
provides: provides:
Stow: Stow:
file: lib/Stow.pm file: lib/Stow.pm
version: v2.2.1 version: v2.2.2
Stow::Util: Stow::Util:
file: lib/Stow/Util.pm file: lib/Stow/Util.pm
version: v2.2.1 version: v2.2.2
requires: requires:
Carp: '0' Carp: '0'
IO::File: '0' IO::File: '0'
@ -29,5 +29,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.2.1 version: v2.2.2
x_serialization_backend: 'CPAN::Meta::YAML version 0.012' x_serialization_backend: 'CPAN::Meta::YAML version 0.012'

View file

@ -1,6 +1,6 @@
dnl Process this file with Autoconf to produce configure dnl 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_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