From f7cf35fe95da5c2386ce921ebf0813afafad96be Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Fri, 5 Apr 2024 18:18:34 +0000 Subject: [PATCH] Bump VERSION in warnings.pm --- lib/warnings.pm | 2 +- regen/warnings.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/warnings.pm b/lib/warnings.pm index 5685aad88d..3d90a95ed4 100644 --- a/lib/warnings.pm +++ b/lib/warnings.pm @@ -5,7 +5,7 @@ package warnings; -our $VERSION = "1.68"; +our $VERSION = "1.69"; # Verify that we're called correctly so that warnings will work. # Can't use Carp, since Carp uses us! diff --git a/regen/warnings.pl b/regen/warnings.pl index f5947f0dcf..230b84f3db 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -16,7 +16,7 @@ # # This script is normally invoked from regen.pl. -$VERSION = '1.68'; +$VERSION = '1.69'; BEGIN { require './regen/regen_lib.pl';