From f2246c8669bd25834f5c264425eb0e250d7a9312 Mon Sep 17 00:00:00 2001 From: MaximilianKresse Date: Thu, 3 Dec 2020 13:40:03 +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 0ebce46..1eafa9a 100644 --- a/src/Fpdi.php +++ b/src/Fpdi.php @@ -29,7 +29,7 @@ class Fpdi extends FpdfTpl * * @string */ - const VERSION = '2.3.4'; + const VERSION = '2.3.5'; protected function _enddoc() { diff --git a/src/Tcpdf/Fpdi.php b/src/Tcpdf/Fpdi.php index 9b04202..d32331c 100644 --- a/src/Tcpdf/Fpdi.php +++ b/src/Tcpdf/Fpdi.php @@ -42,7 +42,7 @@ class Fpdi extends \TCPDF * * @string */ - const VERSION = '2.3.4'; + const VERSION = '2.3.5'; /** * A counter for template ids. diff --git a/src/Tfpdf/Fpdi.php b/src/Tfpdf/Fpdi.php index 5f0e653..83a1e87 100644 --- a/src/Tfpdf/Fpdi.php +++ b/src/Tfpdf/Fpdi.php @@ -30,7 +30,7 @@ class Fpdi extends FpdfTpl * * @string */ - const VERSION = '2.3.4'; + const VERSION = '2.3.5'; public function _enddoc() {