From 2b5fb811c04f937ef257ef3f798cebeded33c136 Mon Sep 17 00:00:00 2001 From: MaximilianKresse Date: Thu, 27 Aug 2020 06:55:47 +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 d5ac4bd..0ebce46 100644 --- a/src/Fpdi.php +++ b/src/Fpdi.php @@ -29,7 +29,7 @@ class Fpdi extends FpdfTpl * * @string */ - const VERSION = '2.3.1'; + const VERSION = '2.3.4'; protected function _enddoc() { diff --git a/src/Tcpdf/Fpdi.php b/src/Tcpdf/Fpdi.php index 4a90cf8..9b04202 100644 --- a/src/Tcpdf/Fpdi.php +++ b/src/Tcpdf/Fpdi.php @@ -42,7 +42,7 @@ class Fpdi extends \TCPDF * * @string */ - const VERSION = '2.3.1'; + const VERSION = '2.3.4'; /** * A counter for template ids. diff --git a/src/Tfpdf/Fpdi.php b/src/Tfpdf/Fpdi.php index aa0282e..5f0e653 100644 --- a/src/Tfpdf/Fpdi.php +++ b/src/Tfpdf/Fpdi.php @@ -30,7 +30,7 @@ class Fpdi extends FpdfTpl * * @string */ - const VERSION = '2.3.1'; + const VERSION = '2.3.4'; public function _enddoc() {