From be7bcfde514006546f32b6d5b0675685b293d13c Mon Sep 17 00:00:00 2001 From: James E Keenan Date: Fri, 24 Feb 2023 22:58:46 +0000 Subject: [PATCH] Bump $VERSION in lib/feature.pm to 1.81. Change is actually made in regen/feature.pl, then we run 'perl regen.pl'. --- 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 cf9529133032..7b614e17cff7 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -4,7 +4,7 @@ # Any changes made here will be lost! package feature; -our $VERSION = '1.80'; +our $VERSION = '1.81'; our %feature = ( fc => 'feature_fc', diff --git a/regen/feature.pl b/regen/feature.pl index 33dcabd230c3..10073bea0296 100755 --- a/regen/feature.pl +++ b/regen/feature.pl @@ -501,7 +501,7 @@ sub longest { __END__ package feature; -our $VERSION = '1.80'; +our $VERSION = '1.81'; FEATURES