Bump version to 2.1.0
This commit is contained in:
parent
d5aa061abe
commit
a70302f99d
3 changed files with 5 additions and 5 deletions
|
@ -37,7 +37,7 @@
|
||||||
"provides" : {
|
"provides" : {
|
||||||
"Stow" : {
|
"Stow" : {
|
||||||
"file" : "lib/Stow.pm",
|
"file" : "lib/Stow.pm",
|
||||||
"version" : "v2.0.2"
|
"version" : "v2.1.0"
|
||||||
},
|
},
|
||||||
"Stow::Util" : {
|
"Stow::Util" : {
|
||||||
"file" : "lib/Stow/Util.pm",
|
"file" : "lib/Stow/Util.pm",
|
||||||
|
@ -54,5 +54,5 @@
|
||||||
"url" : "http://github.com/aspiers/stow"
|
"url" : "http://github.com/aspiers/stow"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version" : "v2.0.2"
|
"version" : "v2.1.0"
|
||||||
}
|
}
|
||||||
|
|
4
META.yml
4
META.yml
|
@ -17,7 +17,7 @@ name: Stow
|
||||||
provides:
|
provides:
|
||||||
Stow:
|
Stow:
|
||||||
file: lib/Stow.pm
|
file: lib/Stow.pm
|
||||||
version: v2.0.2
|
version: v2.1.0
|
||||||
Stow::Util:
|
Stow::Util:
|
||||||
file: lib/Stow/Util.pm
|
file: lib/Stow/Util.pm
|
||||||
version: 0
|
version: 0
|
||||||
|
@ -30,4 +30,4 @@ resources:
|
||||||
homepage: https://savannah.gnu.org/projects/stow
|
homepage: https://savannah.gnu.org/projects/stow
|
||||||
license: http://www.gnu.org/licenses/gpl-2.0.html
|
license: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
repository: http://github.com/aspiers/stow
|
repository: http://github.com/aspiers/stow
|
||||||
version: v2.0.2
|
version: v2.1.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
dnl Process this file with Autoconf to produce configure dnl
|
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_PREREQ([2.61])
|
||||||
AC_CONFIG_AUX_DIR([automake])
|
AC_CONFIG_AUX_DIR([automake])
|
||||||
# Unfortunately we have to disable warnings for overrides, because we
|
# Unfortunately we have to disable warnings for overrides, because we
|
||||||
|
|
Loading…
Reference in a new issue