Bump VERSION in warnings.pm

This commit is contained in:
Paul "LeoNerd" Evans 2024-04-05 18:18:34 +00:00 committed by Paul Evans
parent e78caca814
commit f7cf35fe95
2 changed files with 2 additions and 2 deletions

2
lib/warnings.pm generated
View File

@ -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!

View File

@ -16,7 +16,7 @@
#
# This script is normally invoked from regen.pl.
$VERSION = '1.68';
$VERSION = '1.69';
BEGIN {
require './regen/regen_lib.pl';