summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Spiers <stow@adamspiers.org>2011-12-06 10:35:31 +0000
committerAdam Spiers <stow@adamspiers.org>2011-12-06 17:42:02 +0000
commitd051936bf5f2da1b989c10f790c8866f3a26ee52 (patch)
tree44da2f972f98cb4c38dc77700bab889a74ac3d3e
parentfb2f621b1c48d2e5d4c5c0ad4fc1c1c6e3927d7c (diff)
downloadstow-d051936bf5f2da1b989c10f790c8866f3a26ee52.tar.gz
Bump version to 2.1.1v2.1.1
-rw-r--r--META.json4
-rw-r--r--META.yml4
-rw-r--r--NEWS1
-rw-r--r--configure.ac2
4 files changed, 6 insertions, 5 deletions
diff --git a/META.json b/META.json
index d895aea..4a77079 100644
--- a/META.json
+++ b/META.json
@@ -36,7 +36,7 @@
"provides" : {
"Stow" : {
"file" : "lib/Stow.pm",
- "version" : "v2.1.0"
+ "version" : "v2.1.1"
},
"Stow::Util" : {
"file" : "lib/Stow/Util.pm",
@@ -53,5 +53,5 @@
"url" : "http://github.com/aspiers/stow"
}
},
- "version" : "v2.1.0"
+ "version" : "v2.1.1"
}
diff --git a/META.yml b/META.yml
index 7313ed4..3ef1bf3 100644
--- a/META.yml
+++ b/META.yml
@@ -17,7 +17,7 @@ name: Stow
provides:
Stow:
file: lib/Stow.pm
- version: v2.1.0
+ version: v2.1.1
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.0
+version: v2.1.1
diff --git a/NEWS b/NEWS
index 52c368c..0c38927 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ News file for Stow.
** Fixed bug where ./configure --with-pmdir=X was ineffectual.
** Calculated the correct default value for pmdir based on the local Perl installation.
** Fixed some automake issues (thanks to Stefano Lattarini for spotting these!)
+** Improved various bits of documentation.
* Changes in version 2.1.0
** Major refactoring of code into separate Stow and Stow::Util Perl modules.
** Added support for ignore list files.
diff --git a/configure.ac b/configure.ac
index ad9fc38..cd851d9 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.0], [bug-stow@gnu.org])
+AC_INIT([stow], [2.1.1], [bug-stow@gnu.org])
AC_PREREQ([2.61])
AC_CONFIG_AUX_DIR([automake])
# Unfortunately we have to disable warnings for overrides, because we