diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-09-15 16:21:54 -0700 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-10-05 14:20:09 -0400 |
commit | 2a0fcf5861443eb0b229b376f6c9663981427314 (patch) | |
tree | c38a408d9bccdf4c6d9e5d1762d95b4039ecac2f | |
parent | b9a36c95eb3774221010dacb932ad1c45b709677 (diff) | |
download | perl-2a0fcf5861443eb0b229b376f6c9663981427314.tar.gz |
Increase $feature::VERSION to 1.34
-rw-r--r-- | lib/feature.pm | 2 | ||||
-rwxr-xr-x | regen/feature.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/feature.pm b/lib/feature.pm index eb1e85c6a3..dc5cb7df84 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -5,7 +5,7 @@ package feature; -our $VERSION = '1.33'; +our $VERSION = '1.34'; our %feature = ( fc => 'feature_fc', diff --git a/regen/feature.pl b/regen/feature.pl index 41840ab66a..21e8a2bea7 100755 --- a/regen/feature.pl +++ b/regen/feature.pl @@ -359,7 +359,7 @@ read_only_bottom_close_and_rename($h); __END__ package feature; -our $VERSION = '1.33'; +our $VERSION = '1.34'; FEATURES |