summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Spiers <stow@adamspiers.org>2012-01-09 21:39:35 +0000
committerAdam Spiers <stow@adamspiers.org>2012-01-09 22:12:49 +0000
commit9889d10b2e6338cdb99b638f9390fedea3cee1b0 (patch)
tree40fc39c7ba65f7dd2103469846f556c4d50d7e61
parent0c6d5639e3bf3148027026dc73a743846a249f52 (diff)
downloadstow-9889d10b2e6338cdb99b638f9390fedea3cee1b0.tar.gz
Bump version to 2.1.3v2.1.3
-rw-r--r--META.json4
-rw-r--r--META.yml4
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
4 files changed, 6 insertions, 6 deletions
diff --git a/META.json b/META.json
index e762735..5a1a247 100644
--- a/META.json
+++ b/META.json
@@ -36,7 +36,7 @@
"provides" : {
"Stow" : {
"file" : "lib/Stow.pm",
- "version" : "v2.1.2"
+ "version" : "v2.1.3"
},
"Stow::Util" : {
"file" : "lib/Stow/Util.pm",
@@ -53,5 +53,5 @@
"url" : "git://git.savannah.gnu.org/stow.git"
}
},
- "version" : "v2.1.2"
+ "version" : "v2.1.3"
}
diff --git a/META.yml b/META.yml
index 84e5fd1..789e6c4 100644
--- a/META.yml
+++ b/META.yml
@@ -17,7 +17,7 @@ name: Stow
provides:
Stow:
file: lib/Stow.pm
- version: v2.1.2
+ version: v2.1.3
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: git://git.savannah.gnu.org/stow.git
-version: v2.1.2
+version: v2.1.3
diff --git a/NEWS b/NEWS
index 17cbf15..ecd1d66 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@ News file for Stow.
** ./configure now checks for Perl modules required by the test suite.
-* Changes in version 2.1.2
+* Changes in version 2.1.3
Many thanks to Stefano Lattarini for help with numerous autoconf and
automake issues which are addressed in this release.
diff --git a/configure.ac b/configure.ac
index 7563a99..2339480 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.2], [bug-stow@gnu.org])
+AC_INIT([stow], [2.1.3], [bug-stow@gnu.org])
AC_PREREQ([2.61])
AC_CONFIG_AUX_DIR([automake])
# Unfortunately we have to disable warnings for overrides, because we