From 2623c626e5fa4573bafd057a5d898dc2fb8e9463 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand - Tux" Date: Thu, 22 Aug 2024 09:04:04 +0200 Subject: [PATCH] Dev release 1.643_02 to CPAN --- DBI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DBI.pm b/DBI.pm index a3f70128..125ea0b1 100644 --- a/DBI.pm +++ b/DBI.pm @@ -15,7 +15,7 @@ use warnings; our ($XS_VERSION, $VERSION); BEGIN { -$VERSION = "1.643_01"; # ==> ALSO update the version in the pod text below! +$VERSION = "1.643_02"; # ==> ALSO update the version in the pod text below! $XS_VERSION = $VERSION; $VERSION =~ tr/_//d; }