summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/warnings.pm2
-rw-r--r--regen/warnings.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/warnings.pm b/lib/warnings.pm
index 6611619865..440bfdda3e 100644
--- a/lib/warnings.pm
+++ b/lib/warnings.pm
@@ -5,7 +5,7 @@
package warnings;
-our $VERSION = '1.19';
+our $VERSION = '1.20';
# Verify that we're called correctly so that warnings will work.
# see also strict.pm.
diff --git a/regen/warnings.pl b/regen/warnings.pl
index a1c5ebd9b0..acca0d04f4 100644
--- a/regen/warnings.pl
+++ b/regen/warnings.pl
@@ -468,7 +468,7 @@ close_and_rename($lexwarn);
__END__
package warnings;
-our $VERSION = '1.19';
+our $VERSION = '1.20';
# Verify that we're called correctly so that warnings will work.
# see also strict.pm.