From 23d16d50b9b81f01c23562fbd69afe64a4d4af23 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 29 Sep 2012 22:43:09 -0700 Subject: [PATCH] Increase $feature::VERSION to 1.31 --- lib/feature.pm | 2 +- regen/feature.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/feature.pm b/lib/feature.pm index 5a56a90..46b43a8 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -5,7 +5,7 @@ package feature; -our $VERSION = '1.30'; +our $VERSION = '1.31'; our %feature = ( fc => 'feature_fc', diff --git a/regen/feature.pl b/regen/feature.pl index a5c8b2d..e1f30df 100755 --- a/regen/feature.pl +++ b/regen/feature.pl @@ -355,7 +355,7 @@ read_only_bottom_close_and_rename($h); __END__ package feature; -our $VERSION = '1.30'; +our $VERSION = '1.31'; FEATURES -- 2.7.4