From 23fe1510d27367321d829f073cfbabb993eadd6b Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Tue, 6 Dec 2011 18:30:28 +0000 Subject: Bump version to 2.1.2. --- 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 4a77079..6e34c58 100644 --- a/META.json +++ b/META.json @@ -36,7 +36,7 @@ "provides" : { "Stow" : { "file" : "lib/Stow.pm", - "version" : "v2.1.1" + "version" : "v2.1.2" }, "Stow::Util" : { "file" : "lib/Stow/Util.pm", @@ -53,5 +53,5 @@ "url" : "http://github.com/aspiers/stow" } }, - "version" : "v2.1.1" + "version" : "v2.1.2" } diff --git a/META.yml b/META.yml index 3ef1bf3..f02e0f2 100644 --- a/META.yml +++ b/META.yml @@ -17,7 +17,7 @@ name: Stow provides: Stow: file: lib/Stow.pm - version: v2.1.1 + version: v2.1.2 Stow::Util: file: lib/Stow/Util.pm version: 0 @@ -29,4 +29,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.1.1 +version: v2.1.2 diff --git a/configure.ac b/configure.ac index e8b1839..7d4ac4a 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.1.1], [bug-stow@gnu.org]) +AC_INIT([stow], [2.1.2], [bug-stow@gnu.org]) AC_PREREQ([2.61]) AC_CONFIG_AUX_DIR([automake]) # Unfortunately we have to disable warnings for overrides, because we -- cgit v1.2.1