From a70302f99dfe16abfde36019244646989907cb7c Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Thu, 24 Nov 2011 00:26:50 +0000 Subject: [PATCH] Bump version to 2.1.0 --- META.json | 4 ++-- META.yml | 4 ++-- configure.ac | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/META.json b/META.json index 637c9f1..5aa0aa4 100644 --- a/META.json +++ b/META.json @@ -37,7 +37,7 @@ "provides" : { "Stow" : { "file" : "lib/Stow.pm", - "version" : "v2.0.2" + "version" : "v2.1.0" }, "Stow::Util" : { "file" : "lib/Stow/Util.pm", @@ -54,5 +54,5 @@ "url" : "http://github.com/aspiers/stow" } }, - "version" : "v2.0.2" + "version" : "v2.1.0" } diff --git a/META.yml b/META.yml index f09bef9..e79b3a2 100644 --- a/META.yml +++ b/META.yml @@ -17,7 +17,7 @@ name: Stow provides: Stow: file: lib/Stow.pm - version: v2.0.2 + version: v2.1.0 Stow::Util: file: lib/Stow/Util.pm version: 0 @@ -30,4 +30,4 @@ resources: homepage: https://savannah.gnu.org/projects/stow license: http://www.gnu.org/licenses/gpl-2.0.html repository: http://github.com/aspiers/stow -version: v2.0.2 +version: v2.1.0 diff --git a/configure.ac b/configure.ac index 1f1c468..e95b801 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.0.2], [bug-stow@gnu.org]) +AC_INIT([stow], [2.1.0], [bug-stow@gnu.org]) AC_PREREQ([2.61]) AC_CONFIG_AUX_DIR([automake]) # Unfortunately we have to disable warnings for overrides, because we