Bump version to 2.3.0
This commit is contained in:
parent
94b155d99b
commit
6e5209fb2d
3 changed files with 10 additions and 10 deletions
10
META.json
10
META.json
|
@ -4,7 +4,7 @@
|
|||
"unknown"
|
||||
],
|
||||
"dynamic_config" : 1,
|
||||
"generated_by" : "Module::Build version 0.4212",
|
||||
"generated_by" : "Module::Build version 0.422",
|
||||
"license" : [
|
||||
"gpl_1"
|
||||
],
|
||||
|
@ -37,11 +37,11 @@
|
|||
"provides" : {
|
||||
"Stow" : {
|
||||
"file" : "lib/Stow.pm",
|
||||
"version" : "v2.2.2"
|
||||
"version" : "v2.3.0"
|
||||
},
|
||||
"Stow::Util" : {
|
||||
"file" : "lib/Stow/Util.pm",
|
||||
"version" : "v2.2.2"
|
||||
"version" : "v2.3.0"
|
||||
}
|
||||
},
|
||||
"release_status" : "stable",
|
||||
|
@ -55,6 +55,6 @@
|
|||
"url" : "git://git.savannah.gnu.org/stow.git"
|
||||
}
|
||||
},
|
||||
"version" : "v2.2.2",
|
||||
"x_serialization_backend" : "JSON::PP version 2.27203"
|
||||
"version" : "v2.3.0",
|
||||
"x_serialization_backend" : "JSON::PP version 2.27300"
|
||||
}
|
||||
|
|
8
META.yml
8
META.yml
|
@ -9,7 +9,7 @@ build_requires:
|
|||
configure_requires:
|
||||
Module::Build: '0'
|
||||
dynamic_config: 1
|
||||
generated_by: 'Module::Build version 0.4212, CPAN::Meta::Converter version 2.150005'
|
||||
generated_by: 'Module::Build version 0.422, CPAN::Meta::Converter version 2.150010'
|
||||
license: gpl
|
||||
meta-spec:
|
||||
url: http://module-build.sourceforge.net/META-spec-v1.4.html
|
||||
|
@ -18,10 +18,10 @@ name: Stow
|
|||
provides:
|
||||
Stow:
|
||||
file: lib/Stow.pm
|
||||
version: v2.2.2
|
||||
version: v2.3.0
|
||||
Stow::Util:
|
||||
file: lib/Stow/Util.pm
|
||||
version: v2.2.2
|
||||
version: v2.3.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.2.2
|
||||
version: v2.3.0
|
||||
x_serialization_backend: 'CPAN::Meta::YAML version 0.012'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
dnl Process this file with Autoconf to produce configure dnl
|
||||
|
||||
AC_INIT([stow], [2.2.2], [bug-stow@gnu.org])
|
||||
AC_INIT([stow], [2.3.0], [bug-stow@gnu.org])
|
||||
AC_PREREQ([2.61])
|
||||
AC_CONFIG_AUX_DIR([automake])
|
||||
# Unfortunately we have to disable warnings for overrides, because we
|
||||
|
|
Loading…
Reference in a new issue