Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aspiers committed Feb 18, 2012
1 parent ed12c78 commit 4cd91ed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions META.json
Expand Up @@ -36,7 +36,7 @@
"provides" : {
"Stow" : {
"file" : "lib/Stow.pm",
"version" : "v2.1.3"
"version" : "v2.2.0"
},
"Stow::Util" : {
"file" : "lib/Stow/Util.pm",
Expand All @@ -53,5 +53,5 @@
"url" : "git://git.savannah.gnu.org/stow.git"
}
},
"version" : "v2.1.3"
"version" : "v2.2.0"
}
4 changes: 2 additions & 2 deletions META.yml
Expand Up @@ -17,7 +17,7 @@ name: Stow
provides:
Stow:
file: lib/Stow.pm
version: v2.1.3
version: v2.2.0
Stow::Util:
file: lib/Stow/Util.pm
version: 0
Expand All @@ -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.3
version: v2.2.0
2 changes: 1 addition & 1 deletion NEWS
@@ -1,6 +1,6 @@
News file for Stow.

* Changes in version 2.1.4
* Changes in version 2.2.0

** New --no-folding option

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with Autoconf to produce configure dnl

AC_INIT([stow], [2.1.3], [bug-stow@gnu.org])
AC_INIT([stow], [2.2.0], [bug-stow@gnu.org])
AC_PREREQ([2.61])
AC_CONFIG_AUX_DIR([automake])
# Unfortunately we have to disable warnings for overrides, because we
Expand Down

0 comments on commit 4cd91ed

Please sign in to comment.