From 9e013b376939c0d4029f54150d2a16f3c67a5797 Mon Sep 17 00:00:00 2001 From: JanSlabon Date: Tue, 10 Dec 2024 13:12:19 +0000 Subject: [PATCH] Updated version constant --- src/Fpdi.php | 2 +- src/Tcpdf/Fpdi.php | 2 +- src/Tfpdf/Fpdi.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Fpdi.php b/src/Fpdi.php index b452679..7d4a1a5 100644 --- a/src/Fpdi.php +++ b/src/Fpdi.php @@ -30,5 +30,5 @@ class Fpdi extends FpdfTpl * * @string */ - const VERSION = 'v2.6.2'; + const VERSION = '2.6.2'; } diff --git a/src/Tcpdf/Fpdi.php b/src/Tcpdf/Fpdi.php index 9b44b93..5412e9b 100644 --- a/src/Tcpdf/Fpdi.php +++ b/src/Tcpdf/Fpdi.php @@ -46,7 +46,7 @@ class Fpdi extends \TCPDF * * @string */ - const VERSION = 'v2.6.2'; + const VERSION = '2.6.2'; /** * A counter for template ids. diff --git a/src/Tfpdf/Fpdi.php b/src/Tfpdf/Fpdi.php index bea2f1b..ce14b0c 100644 --- a/src/Tfpdf/Fpdi.php +++ b/src/Tfpdf/Fpdi.php @@ -28,5 +28,5 @@ class Fpdi extends FpdfTpl * * @string */ - const VERSION = 'v2.6.2'; + const VERSION = '2.6.2'; }