Bump version to 2.1.2.
This commit is contained in:
parent
195c80e9d7
commit
23fe1510d2
3 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
|
|
4
META.yml
4
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue