From 6e5209fb2d4ffc47c91cdc75abe226d1efd88ca0 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sun, 20 Nov 2016 22:02:19 +0000 Subject: [PATCH] Bump version to 2.3.0 --- META.json | 10 +++++----- META.yml | 8 ++++---- configure.ac | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/META.json b/META.json index 443f81c..2a455a4 100644 --- a/META.json +++ b/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" } diff --git a/META.yml b/META.yml index d72d950..f94d472 100644 --- a/META.yml +++ b/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' diff --git a/configure.ac b/configure.ac index 6631a6f..e23eae0 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.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